BrowserTab
ID: gcemigjlmpdidabcmhoogkobfbedhjii
Extension Info & Metadata
Publisher Contextual Analysis
- Author
- SearchTabsView Profile
- Privacy
- Privacy Policy
- MX records exist
- Yes
- Domain exists
- Yes
- Is disposable
- No
- Is role-based
- No
- Mailbox exists
- Yes
- Website
- Visit
BrowserTab helps you easily configure your default search engine.
By clicking "Add to Chrome", I accept and agree to installing the BrowserTab Chrome extension and setting Default Search to that provided by the service and the Terms of Use and Privacy Policy. If at any point after installing BrowserTab, you feel it is not right for you, don’t worry about it! There are two simple ways to uninstall the extension. Removal Instructions One: Step 1: Right click on the extension in the top right corner of your browser. Step 2: Click ‘Remove’ Or Removal Instructions Two: Step 1: Click on the three dots/horizontal lines icon in the top right corner of your Chrome browser. Step 2: Go to "Settings". Step 3: On the left-hand side, click on ‘Extensions’ Step 4: Find the extension that you wish to remove and click the ‘Remove’ button. Step 5: The extension should be removed from your Chrome browser.
This extension requests no permissions and has no recorded risk factors.
The content script appends a uniquely-named div (`extSearchInstalled`) to the body of every page the user visits, making the extension's presence detectable via `document.querySelector('.extSearchInstalled')` by any in-page JavaScript on any domain. The legitimate interpretation — that queryzoom.com needs this marker to show a tailored search experience — applies only if the marker were needed on queryzoom.com pages, but the `matches` field is `<all_urls>` so the marker runs on every site, not just queryzoom.com. A `chrome_settings_overrides` search redirect requires zero DOM access to any third-party page, so the `<all_urls>` scope with DOM mutation serves no disclosed function and instead creates a persistent extension-fingerprinting beacon readable by every website the user visits.
let div = document.createElement('div')div.classList.add('extSearchInstalled')document.body.appendChild(div);By severity
Versions scanned
None of the 1 scanned version has more than one unique code-review finding. Counts are unique findings that include each version.
| Extension Version | Code Review Findings |
|---|---|
| No versions with multiple unique findings. | |
Files with findings
1 distinct path — top paths by unique finding count:
- html/sitecontent.js1
URLs
View the external URLs this extension communicates with to understand its network activity and data interactions.
Gain full insight into all external connections.
Upgrade for full visibility.
Gain full insight into all external connections.
Upgrade for full visibility.
Browse and explore files within this extension package
Gain full insight into all external connections.
Upgrade for full visibility.