Run this extension in a completely separate Chrome profile isolated from your main browsing activities. Consider using established, well-reviewed privacy tools instead. If you must use this extension, monitor your network traffic and regularly audit what data it might be collecting. Be particularly cautious when visiting sensitive sites like banking or email services while this extension is active. The broad permissions combined with the suspicious targeting of security systems make this extension unsuitable for general use.
| https://github.com/emscripten-core/emscripten/wiki/Linking | https://emscripten.org/docs/porting/pthreads.html#blocking-on-the-main-browser-thread | |
| https://getbootstrap.com/ | https://github.com/twbs/bootstrap/graphs/contributors | |
| https://github.com/twbs/bootstrap/blob/main/LICENSE | https://popper.js.org | |
| https://goo.gl/pxwQGp | https://github.com/twbs/bootstrap/issues/32273 | |
| https://www.charistheo.io/blog/2021/02/restart-a-css-animation-with-javascript/#restarting-a-css-animation | https://github.com/popperjs/popper-core/issues/1223 | |
| https://github.com/popperjs/popper-core/issues/837 | https://developer.mozilla.org/en-US/docs/Web/CSS/Containing_block#identifying_the_containing_block | |
| https://github.com/facebook/flow/issues/1414 | https://github.com/popperjs/popper-core/issues/1078 | |
| https://stackoverflow.com/questions/49875255 | https://www.quirksmode.org/blog/archives/2014/02/mouse_event_bub.html | |
| https://developer.mozilla.org/en-US/docs/Web/API/Window/innerWidth#usage_notes | https://github.com/angular/angular/blob/12.2.x/packages/core/src/sanitization/url_sanitizer.ts | |
| http://www.w3.org/2000/svg | https://github.com/sass/sass/issues/2383#issuecomment-336349172 | |
| https://github.com/necolas/normalize.css | https://github.com/twbs/bootstrap/issues/19402 | |
| https://github.com/twbs/bootstrap/issues/24093 | https://github.com/twbs/bootstrap/pull/30562 | |
| https://github.com/twbs/bootstrap/issues/24990 | https://stackoverflow.com/a/54997118 | |
| https://github.com/twbs/bootstrap/issues/12359 | https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements | |
| https://github.com/twbs/bootstrap/issues/29712 | https://github.com/twbs/bootstrap/issues/18842 | |
| https://github.com/twbs/bootstrap/issues/11586. | https://rtlstyling.com/posts/rtl-styling#form-inputs | |
| https://rtlcss.com/learn/usage-guide/control-directives/#raw | https://github.com/twbs/rfs/blob/main/LICENSE | |
| https://github.com/twbs/rfs/issues/14 | https://github.com/twbs/bootstrap/issues/18178 | |
| https://www.w3.org/TR/mediaqueries-4/#mq-min-max | https://bugs.webkit.org/show_bug.cgi?id=178261 | |
| https://github.com/react-bootstrap/react-bootstrap/issues/6039 | https://github.com/philipwalton/flexbugs#flexbug-4 | |
| https://github.com/twbs/bootstrap/issues/23307 | https://bugs.webkit.org/show_bug.cgi?id=198959 | |
| https://github.com/twbs/bootstrap/pull/11526. | https://github.com/twbs/bootstrap/issues/11655. | |
| https://github.com/twbs/bootstrap/pull/29124 | https://primer.github.io/. | |
| https://github.com/twbs/bootstrap/issues/32636 | https://github.com/twbs/bootstrap/issues/28247 | |
| https://stackoverflow.com/questions/36247140/why-dont-flex-items-shrink-past-content-size | https://github.com/sass/sass/issues/1873#issuecomment-152293725 | |
| https://github.com/twbs/bootstrap/pull/27703 | https://github.com/twbs/bootstrap/pull/22740#issuecomment-305868106 | |
| https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile | https://github.com/twbs/bootstrap/pull/10951. | |
| https://bugs.webkit.org/show_bug.cgi?id=158342 | https://github.com/twbs/bootstrap/issues/17695 | |
| https://github.com/twbs/bootstrap/issues/24800 | https://www.a11yproject.com/posts/2013-01-11-how-to-hide-content/ | |
| https://kittygiraudel.com/2016/10/13/css-hide-and-seek/ | https://github.com/twbs/bootstrap/issues/25686 | |
| https://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1 | https://clients2.google.com/service/update2/crx | |
| https://fonts.googleapis.com | https://fonts.gstatic.com | |
| https://fonts.googleapis.com/css2?family=Poppins:ital | https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css |
{ "name": "Fingerprint Spoofer", "icons": { "16": "images/fingerprint-16.png", "32": "images/fingerprint-32.png", "48": "images/fingerprint-48.png", "128": "images/fingerprint-128.png" }, "action": { "default_popup": "popup.html" }, "version": "1.0.0", "background": { "service_worker": "js/background.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Automatically solve reCaptcha using AI and Spoofer browser fingerprint.", "permissions": [ "storage", "scripting", "declarativeNetRequest", "contentSettings" ], "content_scripts": [ { "js": [ "js/recaptcha.js" ], "run_at": "document_end", "matches": [ "*://*.google.com/recaptcha/api2/*", "*://*.google.com/recaptcha/enterprise/*", "*://*.recaptcha.net/recaptcha/api2/*", "*://*.recaptcha.net/recaptcha/enterprise/*" ], "all_frames": true, "match_about_blank": false }, { "js": [ "js/recaptcha-visibility.js" ], "run_at": "document_end", "matches": [ "<all_urls>" ], "all_frames": true, "match_about_blank": false } ], "host_permissions": [ "<all_urls>", "*://*.google.com/recaptcha/*", "*://*.recaptcha.net/recaptcha/*" ], "manifest_version": 3, "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "path": "js/rules.json", "enabled": true } ] }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "dist/*", "models/*", "js/navigatorSpoofScript.js", "js/canvasSpoofScript.js", "js/recaptcha.js", "js/recaptcha-visibility.js" ], "use_dynamic_url": true } ] }
ⓘ 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.