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
官方URL 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]"
        }
    }
}