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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย C.S.V. Alpha และคุณลักษณะหลักของมันคือ "Wordt eraan herinnerd om relevante websites via gesponsorde C.S.V. Alpha links te bezoeken"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย C.S.V. Alpha Sponsor Extensie

ดาวน์โหลดไฟล์ส่วนขยาย 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]"
        }
    }
}