The extension has extremely low adoption with only 26 users and no ratings, indicating minimal community validation. The lack of author information, developer details, and recent update history raises significant transparency concerns. The generic name "Check Link Price" provides little insight into the extension's actual functionality or legitimacy.
The tabs permission is particularly concerning for an extension that claims to check link prices, as this level of access allows monitoring and manipulation of all browser tabs, which far exceeds what would be necessary for price checking functionality. The content script injection on Google search pages combined with tabs access creates potential for extensive data collection and privacy violations. The storage permission, while less critical, enables persistent data retention without clear disclosure of what information is being stored.
The combination of broad permissions with minimal user base and lack of transparency suggests this could be a data harvesting tool disguised as a utility extension.
Given the high-risk permissions and lack of transparency, avoid installing this extension entirely. If price checking functionality is needed, seek well-established alternatives with clear privacy policies and substantial user bases. The minimal adoption and missing developer information make this extension unsuitable for use in any environment where data security is a concern.
| https://fonts.googleapis.com/css2?family=Inter:ital | https://clients2.google.com/service/update2/crx | |
| https://api.linkbuilder.com/api/ | https://app.linkbuilder.com/login | |
| https://vuejs.org/error-reference/#runtime- | http://www.w3.org/2000/svg | |
| http://www.w3.org/1998/Math/MathML | http://www.w3.org/1999/xlink | |
| https://linkbuilder.com/guest-post-website-audit |
{ "name": "Check Link Price", "icons": { "16": "icons/regular/16.png", "32": "icons/regular/32.png", "48": "icons/regular/48.png", "128": "icons/regular/128.png" }, "action": { "default_icon": { "16": "icons/regular/16.png", "32": "icons/regular/32.png", "48": "icons/regular/48.png", "128": "icons/regular/128.png" } }, "version": "1.0.0", "background": { "type": "module", "service_worker": "src/background/background.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Speed up link prospecting: Analyze sites for guest post sellers and prices without switching between tools.", "permissions": [ "storage", "tabs" ], "content_scripts": [ { "js": [ "src/content/google.js" ], "css": [ "linkbuilder-extension.css" ], "matches": [ "*://www.google.com/search*" ] } ], "manifest_version": 3, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "src/pages/auth/auth.html", "src/pages/auth/auth.js" ] } ] }
ⓘ CRXaminer has partnered with our friends at Secure Annex to provide additional findings unique to their platform.
Secure Annex also analyzes extensions from other browsers, IDEs, and can continuously monitor.
This extension may not yet be analyzed by Secure Annex.