Redbubble Quick Disable
This extension works with Redbubble
Wat is Redbubble Quick Disable?
Redbubble Quick Disable is een Chrome-extensie ontwikkeld door r3pulsivenade1, en de belangrijkste functie is "This extension works with Redbubble".
Extensie Screenshots
Download het CRX-bestand van de extensie Redbubble Quick Disable
Download Redbubble Quick Disable-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This app auto disables all product variants besides Standard Print Clothing,Large Print Clothing,Stickers and Prints, Cards & Posters.
Basisinformatie over de Extensie
Naam | |
ID | mfibhikpkdcihjpbkdpegllmkjmkfnfk |
Officiële URL | https://chrome.google.com/webstore/detail/redbubble-quick-disable/mfibhikpkdcihjpbkdpegllmkjmkfnfk |
Beschrijving | This extension works with Redbubble |
Bestandsgrootte | 28.26 KB |
Aantal Installaties | 394 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2017-12-08 |
Publicatiedatum | 2017-12-08 |
Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | r3pulsivenade1 |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | http://www.unleashedsocial.com |
Ondersteunde Talen | 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\/*" ] } |