CIDNET.net Extension
Extension used to update CIDNET.net application cache.
什么是CIDNET.net Extension?
CIDNET.net Extension是由CIDNET开发的Chrome扩展程序,该扩展的主要功能是“Extension used to update CIDNET.net application cache.”。
扩展截图
下载CIDNET.net Extension扩展crx文件
下载CIDNET.net Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension used to update CIDNET.net application cache. 扩展基本信息
| 名称 | |
| ID | gcohaepdkjgbgmdfggpnijcldpbahjgo |
| 官方URL | https://chromewebstore.google.com/detail/cidnetnet-extension/gcohaepdkjgbgmdfggpnijcldpbahjgo |
| 简介 | Extension used to update CIDNET.net application cache. |
| 文件大小 | 10.61 KB |
| 安装次数 | 17 |
| 当前版本 | 1.0 |
| 更新时间 | 2018-11-05 |
| 上架时间 | 2018-11-05 |
| 开发者 | CIDNET |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "CIDNET.net Extension",
"version": "1.0",
"description": "Extension used to update CIDNET.net application cache.",
"icons": {
"16": "logo-icon.png",
"48": "logo-icon.png",
"128": "logo-icon.png"
},
"browser_action": {
"default_title": "CIDNET.net Extension",
"default_icon": "logo-icon.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"browsingData",
"activeTab"
],
"content_scripts": [
{
"matches": [
"http:\/\/*.cidnet.net\/*",
"https:\/\/*.cidnet.net\/*",
"http:\/\/*.encartele.net\/*",
"https:\/\/*.encartele.net\/*"
],
"js": [
"content.js"
],
"all_frames": true
}
],
"externally_connectable": {
"matches": [
"http:\/\/*.cidnet.net\/*",
"https:\/\/*.cidnet.net\/*",
"http:\/\/*.encartele.net\/*",
"https:\/\/*.encartele.net\/*"
],
"all_frames": true
}
} | |