Redbubble Quick Disable

This extension works with Redbubble

Co je Redbubble Quick Disable?

Redbubble Quick Disable je rozšíření Chrome vyvinuté r3pulsivenade1, a jeho hlavní funkcí je „This extension works with Redbubble“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Redbubble Quick Disable

Stáhněte si soubory rozšíření Redbubble Quick Disable ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This app auto disables all product variants besides Standard Print Clothing,Large Print Clothing,Stickers and Prints, Cards & Posters.                    

Základní Informace o Rozšíření

Název Redbubble Quick Disable Redbubble Quick Disable
ID mfibhikpkdcihjpbkdpegllmkjmkfnfk
Oficiální URL https://chrome.google.com/webstore/detail/redbubble-quick-disable/mfibhikpkdcihjpbkdpegllmkjmkfnfk
Popis This extension works with Redbubble
Velikost souboru 28.26 KB
Počet instalací 394
Aktuální Verze 0.1
Poslední Aktualizace 2017-12-08
Datum Vydání 2017-12-08
Hodnocení 4.67/5 Celkem 3 Hodnocení
Vývojář r3pulsivenade1
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí http://www.unleashedsocial.com
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Redbubble Quick Disable",
    "description": "This extension works with Redbubble",
    "version": "0.1",
    "icons": {
        "48": "img\/icon64.png"
    },
    "browser_action": {
        "default_icon": "img\/icon24.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/redbubble.com\/*",
                "*:\/\/www.redbubble.com\/*"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "notifications",
        "*:\/\/redbubble.com\/*",
        "*:\/\/www.redbubble.com\/*"
    ]
}