Inspect and view changes in 打开淘口令 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": "打开淘口令",
"version": "0.1.0",
"manifest_version": 3,
"description": "将淘口令指向的商品在浏览器中打开",
"action": {
"default_icon": "1.png",
"default_title": "打开淘口令",
"default_popup": "popup.html"
},
"icons": {
"12": "icons/12.png",
"24": "icons/24.png",
"48": "icons/48.png",
"128": "icons/128.png"
}
}