C.S.V. Alpha Sponsor Extensie

Wordt eraan herinnerd om relevante websites via gesponsorde C.S.V. Alpha links te bezoeken

什麼是C.S.V. Alpha Sponsor Extensie?

C.S.V. Alpha Sponsor Extensie是由C.S.V. Alpha開發的Chrome擴展程式,該擴展的主要功能是“Wordt eraan herinnerd om relevante websites via gesponsorde C.S.V. Alpha links te bezoeken”。

擴展截圖

screenshot

下載C.S.V. Alpha Sponsor Extensie擴展crx文件

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

擴展使用說明

                        Wordt eraan herinnerd om relevante websites via gesponsorde C.S.V. Alpha links te bezoeken                    

擴展基本資訊

名稱 C.S.V. Alpha Sponsor Extensie C.S.V. Alpha Sponsor Extensie
ID anlcblpmlnecbomgkbmfngcpbaciipml
官方網址 https://chromewebstore.google.com/detail/csv-alpha-sponsor-extensi/anlcblpmlnecbomgkbmfngcpbaciipml
簡介 Wordt eraan herinnerd om relevante websites via gesponsorde C.S.V. Alpha links te bezoeken
檔案大小 27.49 KB
安裝次數 31
目前版本 3.2
更新時間 2020-04-01
上架時間 2020-04-01
開發者 C.S.V. Alpha
電子郵箱 [email protected]
付費類型 free
擴展官網 https://csvalpha.nl
說明頁面URL https://csvalpha.nl
支援的語言 nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "C.S.V. Alpha Sponsor Extensie",
    "version": "3.2",
    "manifest_version": 2,
    "description": "Wordt eraan herinnerd om relevante websites via gesponsorde C.S.V. Alpha links te bezoeken",
    "homepage_url": "https:\/\/csvalpha.nl\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "src\/bg\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.csvalpha.nl\/*"
            ],
            "js": [
                "src\/installed.js"
            ],
            "run_at": "document_start"
        }
    ],
    "options_ui": {
        "page": "src\/settings\/settings.html",
        "browser_style": true,
        "chrome_style": true
    },
    "page_action": {
        "default_icon": "icons\/icon48.png"
    },
    "permissions": [
        "webNavigation",
        "alarms",
        "notifications",
        "storage",
        "*:\/\/*.sponsorkliks.nl\/api\/*"
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}