ZinnGeld VoordeelBar

Bij ZinnGeld.nl profiteert u elke dag van kortingen, aanbiedingen & cashback!

ZinnGeld VoordeelBarคืออะไร?

ZinnGeld VoordeelBar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย developer และคุณลักษณะหลักของมันคือ "Bij ZinnGeld.nl profiteert u elke dag van kortingen, aanbiedingen & cashback!"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ZinnGeld VoordeelBar

ดาวน์โหลดไฟล์ส่วนขยาย ZinnGeld VoordeelBar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Bij ZinnGeld.nl profiteer je elke dag van kortingen, aanbiedingen & cashback!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ZinnGeld VoordeelBar ZinnGeld VoordeelBar
ID mgphphjgbdhllgppngkfecgmfcfmpfid
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zinngeld-voordeelbar/mgphphjgbdhllgppngkfecgmfcfmpfid
คำอธิบาย Bij ZinnGeld.nl profiteert u elke dag van kortingen, aanbiedingen & cashback!
ขนาดไฟล์ 347 KB
จำนวนการติดตั้ง 392
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2016-08-12
วันที่เผยแพร่ 2016-08-12
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา developer
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.zinngeld.nl/
URL หน้าช่วยเหลือ http://www.zinngeld.nl/
ภาษาที่รองรับ nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZinnGeld VoordeelBar",
    "version": "1.2",
    "description": "Bij ZinnGeld.nl profiteert u elke dag van kortingen, aanbiedingen & cashback!",
    "homepage_url": "https:\/\/www.zinngeld.nl\/",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "webNavigation",
        "contextMenus",
        "webRequest",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "jquery-1.9.1.min.js",
                "ci.content.pack.js",
                "shared\/constants.js",
                "libs\/jquery-ui-1.9.2.custom.min.js",
                "content\/serp_pattern.js",
                "content\/cookies.js",
                "content\/style.js",
                "content\/serp.js",
                "content\/slider.js",
                "content\/activator.js",
                "content\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "ci.browser.helper.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/icon18.png",
        "default_title": "ZinnGeld VoordeelBar"
    },
    "icons": {
        "16": "images\/icon16.png",
        "18": "images\/icon18.png",
        "24": "images\/icon24.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com\/ga.js;  object-src 'self'"
}