CIDNET.net Extension
Extension used to update CIDNET.net application cache.
What is CIDNET.net Extension?
CIDNET.net Extension is a Chrome extension developed by CIDNET, and its main feature is "Extension used to update CIDNET.net application cache.".
Extension Screenshots
Download CIDNET.net Extension Extension CRX File
Download CIDNET.net Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension used to update CIDNET.net application cache.
Extension Basic Information
Name | |
ID | gcohaepdkjgbgmdfggpnijcldpbahjgo |
Official URL | https://chromewebstore.google.com/detail/cidnetnet-extension/gcohaepdkjgbgmdfggpnijcldpbahjgo |
Description | Extension used to update CIDNET.net application cache. |
File Size | 10.61 KB |
Installation Count | 17 |
Current Version | 1.0 |
Last Updated | 2018-11-05 |
Publish Date | 2018-11-05 |
Developer | CIDNET |
Payment Type | free |
Supported Languages | 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 } } |