ZinnGeld VoordeelBar

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

What is ZinnGeld VoordeelBar?

ZinnGeld VoordeelBar is a Chrome extension developed by developer, and its main feature is "Bij ZinnGeld.nl profiteert u elke dag van kortingen, aanbiedingen & cashback!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download ZinnGeld VoordeelBar Extension CRX File

Download ZinnGeld VoordeelBar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name ZinnGeld VoordeelBar ZinnGeld VoordeelBar
ID mgphphjgbdhllgppngkfecgmfcfmpfid
Official URL https://chromewebstore.google.com/detail/zinngeld-voordeelbar/mgphphjgbdhllgppngkfecgmfcfmpfid
Description Bij ZinnGeld.nl profiteert u elke dag van kortingen, aanbiedingen & cashback!
File Size 347 KB
Installation Count 392
Current Version 1.2
Last Updated 2016-08-12
Publish Date 2016-08-12
Rating 4.33/5 Total 6 Ratings
Developer developer
Payment Type free
Extension Website http://www.zinngeld.nl/
Help Page URL http://www.zinngeld.nl/
Supported Languages 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'"
}