Inspect and view changes in 发送到豆皮图片下载器(SendToDoupi) 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
{
"name": "å‘é€åˆ°è±†çš®å›¾ç‰‡ä¸‹è½½å™¨(SendToDoupi)",
"version": "1.0.0",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images/icon-16.png",
"128": "images/icon-128.png"
},
"browser_action": {
"default_popup": "popup.html"
},
"default_locale": "en",
"homepage_url": "https://doupi.tech",
"background": {
"scripts": [
"scripts/background.js"
]
},
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"permissions": [
"tabs",
"cookies",
"contextMenus",
"http://doupi.tech/",
"https://doupi.tech/"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}