Redbubble Quick Disable

This extension works with Redbubble

Vad är Redbubble Quick Disable?

Redbubble Quick Disable är en Chrome-tillägg utvecklad av r3pulsivenade1, och dess huvudfunktion är "This extension works with Redbubble".

Tilläggsskärmbilder

screenshot

Ladda ner Redbubble Quick Disable-förlängningens CRX-fil

Ladda ner Redbubble Quick Disable-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Redbubble Quick Disable Redbubble Quick Disable
ID mfibhikpkdcihjpbkdpegllmkjmkfnfk
Officiell webbadress https://chrome.google.com/webstore/detail/redbubble-quick-disable/mfibhikpkdcihjpbkdpegllmkjmkfnfk
Beskrivning This extension works with Redbubble
Filstorlek 28.26 KB
Antal Installationer 394
Aktuell Version 0.1
Senast Uppdaterad 2017-12-08
Publiceringsdatum 2017-12-08
Betyg 4.67/5 Totalt 3 Betyg
Utvecklare r3pulsivenade1
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan http://www.unleashedsocial.com
Stödda Språk 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\/*"
    ]
}