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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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'"
}