ZinnGeld VoordeelBar

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

ZinnGeld VoordeelBar là gì?

ZinnGeld VoordeelBar là một tiện ích mở rộng Chrome được phát triển bởi developer, và tính năng chính của nó là "Bij ZinnGeld.nl profiteert u elke dag van kortingen, aanbiedingen & cashback!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ZinnGeld VoordeelBar

Tải xuống các tệp mở rộng ZinnGeld VoordeelBar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ZinnGeld VoordeelBar ZinnGeld VoordeelBar
ID mgphphjgbdhllgppngkfecgmfcfmpfid
URL Chính Thức https://chromewebstore.google.com/detail/zinngeld-voordeelbar/mgphphjgbdhllgppngkfecgmfcfmpfid
Mô tả Bij ZinnGeld.nl profiteert u elke dag van kortingen, aanbiedingen & cashback!
Kích Thước Tệp 347 KB
Số Lần Cài Đặt 392
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2016-08-12
Ngày Phát Hành 2016-08-12
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển developer
Loại Thanh Toán free
Trang Web Mở Rộng http://www.zinngeld.nl/
URL Trang Trợ Giúp http://www.zinngeld.nl/
Ngôn Ngữ Được Hỗ Trợ 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'"
}