Inspect and view changes in 救救图片:AI去水印,画质变清晰和图片下载 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
{
"manifest_version": 3,
"default_locale": "zh_CN",
"name": "__MSG_extensionName__",
"version": "1.5.5",
"description": "__MSG_extensionDescription__",
"host_permissions": [
"<all_urls>"
],
"permissions": [
"storage",
"system.display",
"contextMenus",
"tabs",
"management",
"downloads"
],
"background": {
"service_worker": "background.iife.js",
"type": "module"
},
"action": {
"default_popup": "popup/index.html",
"default_icon": "icon-34.png"
},
"chrome_url_overrides": {},
"icons": {
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*",
"<all_urls>"
],
"js": [
"content/index.iife.js"
]
},
{
"matches": [
"http://*/*",
"https://*/*",
"<all_urls>"
],
"js": [
"content-ui/index.iife.js"
]
},
{
"matches": [
"http://*/*",
"https://*/*",
"<all_urls>"
],
"css": [
"content.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"*.js",
"*.css",
"*.svg",
"icon-128.png",
"icon-34.png"
],
"matches": [
"*://*/*"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}