1.使用方法简单。输入必要的参数即可。 2.展示形象直观,迅速 3.作为扩展插件,占用内存小4.增加权限验证
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": "CHICV LINK",
"version": "1.6",
"manifest_version": 2,
"browser_action": {
"default_popup": "index.html"
},
"permissions": [
"tabs",
"storage",
"identity",
"cookies",
"https://ad.chicv.com"
]
}