Inspect and view changes in Search Status Reloaded 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
{
"browser_specific_settings": {
"gecko": {
"id": "{4f746a73-f3b1-4bd5-becd-064b0b2f00a9}"
}
},
"action": {
"default_title": "Search Status Reload",
"default_popup": "seo.html",
"default_icon": "icons/icon128.png"
},
"description": "Provides quick access to various seo tools and social media tools",
"manifest_version": 3,
"name": "Search Status Reload",
"permissions": [
"tabs",
"storage"
],
"options_ui": {
"page": "options.html"
},
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"https://*/*",
"http://*/*",
"<all_urls>"
],
"js": [
"js/jquery-3.2.1.min.js",
"js/content-script.js"
]
}
],
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"64": "icons/icon64.png",
"128": "icons/icon128.png"
},
"version": "1.4.6"
}