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.”。

擴展截圖

screenshot

下載CIDNET.net Extension擴展crx文件

下載CIDNET.net Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Extension used to update CIDNET.net application cache.                    

擴展基本資訊

名稱 CIDNET.net Extension CIDNET.net Extension
ID gcohaepdkjgbgmdfggpnijcldpbahjgo
官方網址 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
    }
}