Redbubble Quick Disable
This extension works with Redbubble
Cos'è Redbubble Quick Disable?
Redbubble Quick Disable è un'estensione di Chrome sviluppata da r3pulsivenade1, e la sua funzione principale è "This extension works with Redbubble".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Redbubble Quick Disable
Scarica i file di estensione Redbubble Quick Disable in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This app auto disables all product variants besides Standard Print Clothing,Large Print Clothing,Stickers and Prints, Cards & Posters.
Informazioni di Base sull'Estensione
Nome | |
ID | mfibhikpkdcihjpbkdpegllmkjmkfnfk |
URL Ufficiale | https://chrome.google.com/webstore/detail/redbubble-quick-disable/mfibhikpkdcihjpbkdpegllmkjmkfnfk |
Descrizione | This extension works with Redbubble |
Dimensione del File | 28.26 KB |
Conteggio Installazioni | 394 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2017-12-08 |
Data di Pubblicazione | 2017-12-08 |
Valutazione | 4.67/5 Totale 3 Valutazioni |
Sviluppatore | r3pulsivenade1 |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | http://www.unleashedsocial.com |
Lingue Supportate | 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\/*" ] } |