Redbubble Quick Disable
This extension works with Redbubble
What is Redbubble Quick Disable?
Redbubble Quick Disable is a Chrome extension developed by r3pulsivenade1, and its main feature is "This extension works with Redbubble".
Extension Screenshots
Download Redbubble Quick Disable Extension CRX File
Download Redbubble Quick Disable 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
This app auto disables all product variants besides Standard Print Clothing,Large Print Clothing,Stickers and Prints, Cards & Posters.
Extension Basic Information
Name | |
ID | mfibhikpkdcihjpbkdpegllmkjmkfnfk |
Official URL | https://chrome.google.com/webstore/detail/redbubble-quick-disable/mfibhikpkdcihjpbkdpegllmkjmkfnfk |
Description | This extension works with Redbubble |
File Size | 28.26 KB |
Installation Count | 394 |
Current Version | 0.1 |
Last Updated | 2017-12-08 |
Publish Date | 2017-12-08 |
Rating | 4.67/5 Total 3 Ratings |
Developer | r3pulsivenade1 |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://www.unleashedsocial.com |
Supported Languages | 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\/*" ] } |