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…

What is ShopBuddy Light v.2?

ShopBuddy Light v.2 is a Chrome extension developed by https://shopbuddylight.com, and its main feature is "ShopBuddy Light is here to give you the best savings available while also allowing you to earn cash back from thousands of online…".

Extension Screenshots

screenshot

Download ShopBuddy Light v.2 Extension CRX File

Download ShopBuddy Light v.2 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

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

Extension Basic Information

Name ShopBuddy Light v.2 ShopBuddy Light v.2
ID dkikgjnnnbeomgjfggolflkkjehfaecm
Official URL https://chromewebstore.google.com/detail/shopbuddy-light-v2/dkikgjnnnbeomgjfggolflkkjehfaecm
Description ShopBuddy Light is here to give you the best savings available while also allowing you to earn cash back from thousands of online…
File Size 439 KB
Installation Count 80
Current Version 2.0
Last Updated 2014-07-01
Publish Date 2014-06-30
Rating 4.67/5 Total 3 Ratings
Developer https://shopbuddylight.com
Payment Type free
Extension Website http://www.shopbuddylight.com
Help Page URL http://www.shopbuddylight.com
Supported Languages 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": [
        ""
    ]
}