ZinnGeld VoordeelBar

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

Co je ZinnGeld VoordeelBar?

ZinnGeld VoordeelBar je rozšíření Chrome vyvinuté developer, a jeho hlavní funkcí je „Bij ZinnGeld.nl profiteert u elke dag van kortingen, aanbiedingen & cashback!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření ZinnGeld VoordeelBar

Stáhněte si soubory rozšíření ZinnGeld VoordeelBar ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název ZinnGeld VoordeelBar ZinnGeld VoordeelBar
ID mgphphjgbdhllgppngkfecgmfcfmpfid
Oficiální URL https://chromewebstore.google.com/detail/zinngeld-voordeelbar/mgphphjgbdhllgppngkfecgmfcfmpfid
Popis Bij ZinnGeld.nl profiteert u elke dag van kortingen, aanbiedingen & cashback!
Velikost souboru 347 KB
Počet instalací 392
Aktuální Verze 1.2
Poslední Aktualizace 2016-08-12
Datum Vydání 2016-08-12
Hodnocení 4.33/5 Celkem 6 Hodnocení
Vývojář developer
Typ Platby free
Webové stránky Rozšíření http://www.zinngeld.nl/
URL Stránky Nápovědy http://www.zinngeld.nl/
Podporované Jazyky 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'"
}