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…

Hvad er ShopBuddy Light v.2?

ShopBuddy Light v.2 er en Chrome-udvidelse udviklet af https://shopbuddylight.com, og dens hovedfunktion er "ShopBuddy Light is here to give you the best savings available while also allowing you to earn cash back from thousands of online…".

Udvidelsesskærmbilleder

screenshot

Download ShopBuddy Light v.2-udvidelses-CRX-fil

Download ShopBuddy Light v.2-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn ShopBuddy Light v.2 ShopBuddy Light v.2
ID dkikgjnnnbeomgjfggolflkkjehfaecm
Officiel URL https://chromewebstore.google.com/detail/shopbuddy-light-v2/dkikgjnnnbeomgjfggolflkkjehfaecm
Beskrivelse ShopBuddy Light is here to give you the best savings available while also allowing you to earn cash back from thousands of online…
Filstørrelse 439 KB
Antal Installationer 80
Nuværende Version 2.0
Senest Opdateret 2014-07-01
Udgivelsesdato 2014-06-30
Bedømmelse 4.67/5 Samlet 3 Bedømmelser
Udvikler https://shopbuddylight.com
Betalingsmetode free
Udvidelseswebsted http://www.shopbuddylight.com
Hjælpeside-URL http://www.shopbuddylight.com
Understøttede Sprog 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": [
        ""
    ]
}