Redbubble Quick Disable
This extension works with Redbubble
Redbubble Quick Disable là gì?
Redbubble Quick Disable là một tiện ích mở rộng Chrome được phát triển bởi r3pulsivenade1, và tính năng chính của nó là "This extension works with Redbubble".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Redbubble Quick Disable
Tải xuống các tệp mở rộng Redbubble Quick Disable dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This app auto disables all product variants besides Standard Print Clothing,Large Print Clothing,Stickers and Prints, Cards & Posters.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mfibhikpkdcihjpbkdpegllmkjmkfnfk |
URL Chính Thức | https://chrome.google.com/webstore/detail/redbubble-quick-disable/mfibhikpkdcihjpbkdpegllmkjmkfnfk |
Mô tả | This extension works with Redbubble |
Kích Thước Tệp | 28.26 KB |
Số Lần Cài Đặt | 394 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2017-12-08 |
Ngày Phát Hành | 2017-12-08 |
Đánh Giá | 4.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | r3pulsivenade1 |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://www.unleashedsocial.com |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |