Inspect and view changes in Serperbuy:V2 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",
"name": "Serperbuy:V2",
"description": "일하기 위해 일했다",
"version": "2.0.3",
"manifest_version": 3,
"background": {},
"action": {
"default_popup": "popup.html",
"default_icon": {
"32": "icon32.png",
"48": "icon48.png"
}
},
"icons": {
"32": "icon32.png",
"48": "icon48.png"
},
"content_scripts": [
{
"matches": [
"https://suite-anno-v2.superb-ai.com/*"
],
"js": [
"contentScript.js"
],
"all_frames": true
}
],
"web_accessible_resources": [
{
"resources": [
"main.js",
"storeList.js",
"libraries/*",
"modules/*",
"tools/*"
],
"matches": [
"https://suite-anno-v2.superb-ai.com/*"
]
}
]
}