Redbubble Quick Disable
This extension works with Redbubble
什麼是Redbubble Quick Disable?
Redbubble Quick Disable是由r3pulsivenade1開發的Chrome擴展程式,該擴展的主要功能是“This extension works with Redbubble”。
擴展截圖
下載Redbubble Quick Disable擴展crx文件
下載Redbubble Quick Disable擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This app auto disables all product variants besides Standard Print Clothing,Large Print Clothing,Stickers and Prints, Cards & Posters.
擴展基本資訊
名稱 | |
ID | mfibhikpkdcihjpbkdpegllmkjmkfnfk |
官方網址 | https://chrome.google.com/webstore/detail/redbubble-quick-disable/mfibhikpkdcihjpbkdpegllmkjmkfnfk |
簡介 | This extension works with Redbubble |
檔案大小 | 28.26 KB |
安裝次數 | 394 |
目前版本 | 0.1 |
更新時間 | 2017-12-08 |
上架時間 | 2017-12-08 |
評分 | 4.67/5 共 3 次評分 |
開發者 | r3pulsivenade1 |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | http://www.unleashedsocial.com |
支援的語言 | 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\/*" ] } |