Inspect and view changes in Make ReCaptcha's "I'm not a robot" accurate source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "__MSG_extensionName__",
"version": "1.1.3",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"icons": {
"48": "icons/border-48.png",
"128": "icons/border-128.png"
},
"content_scripts": [
{
"matches": [
"*://www.google.com/recaptcha/*"
],
"all_frames": true,
"js": [
"recaptcha.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "recaptcha@strugee.net"
}
}
}