ShopBuddy Light v.2

ShopBuddy Light is here to give you the best savings available while also allowing you to earn cash back from thousands of online…

Was ist ShopBuddy Light v.2?

ShopBuddy Light v.2 ist eine Chrome-Erweiterung, die von https://shopbuddylight.com entwickelt wurde, und ihr Hauptmerkmal ist "ShopBuddy Light is here to give you the best savings available while also allowing you to earn cash back from thousands of online…".

Erweiterungsscreenshots

screenshot

ShopBuddy Light v.2-Erweiterungs-CRX-Datei herunterladen

Laden Sie ShopBuddy Light v.2-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        ShopBuddy Light is here to give you the best savings available while also allowing you to earn cash back from thousands of online merchants!                    

Grundlegende Informationen zur Erweiterung

Name ShopBuddy Light v.2 ShopBuddy Light v.2
ID dkikgjnnnbeomgjfggolflkkjehfaecm
Offizielle URL https://chromewebstore.google.com/detail/shopbuddy-light-v2/dkikgjnnnbeomgjfggolflkkjehfaecm
Beschreibung ShopBuddy Light is here to give you the best savings available while also allowing you to earn cash back from thousands of online…
Dateigröße 439 KB
Installationsanzahl 80
Aktuelle Version 2.0
Letztes Update 2014-07-01
Veröffentlichungsdatum 2014-06-30
Bewertung 4.67/5 Insgesamt 3 Bewertungen
Entwickler https://shopbuddylight.com
Zahlungsart free
Erweiterungswebsite http://www.shopbuddylight.com
Hilfeseite URL http://www.shopbuddylight.com
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShopBuddy Light v.2",
    "description": "",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "2.0",
    "manifest_version": 2,
    "background": {
        "page": "bg.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": false,
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/coupondealfinder1.s3.amazonaws.com; object-src 'self'",
    "web_accessible_resources": [
        "inject\/*"
    ],
    "permissions": [
        ""
    ]
}