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 là gì?

C.S.V. Alpha Sponsor Extensie là một tiện ích mở rộng Chrome được phát triển bởi C.S.V. Alpha, và tính năng chính của nó là "Wordt eraan herinnerd om relevante websites via gesponsorde C.S.V. Alpha links te bezoeken".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng C.S.V. Alpha Sponsor Extensie

Tải xuống các tệp mở rộng C.S.V. Alpha Sponsor Extensie dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên C.S.V. Alpha Sponsor Extensie C.S.V. Alpha Sponsor Extensie
ID anlcblpmlnecbomgkbmfngcpbaciipml
URL Chính Thức https://chromewebstore.google.com/detail/csv-alpha-sponsor-extensi/anlcblpmlnecbomgkbmfngcpbaciipml
Mô tả Wordt eraan herinnerd om relevante websites via gesponsorde C.S.V. Alpha links te bezoeken
Kích Thước Tệp 27.49 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 3.2
Cập Nhật Lần Cuối 2020-04-01
Ngày Phát Hành 2020-04-01
Nhà Phát Triển C.S.V. Alpha
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://csvalpha.nl
URL Trang Trợ Giúp https://csvalpha.nl
Ngôn Ngữ Được Hỗ Trợ 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]"
        }
    }
}