BubbleSpider
Collection of tools for Redbubble® designers: Tag Generation, Tag Copy, Shadow Ban Indicator.
BubbleSpider là gì?
BubbleSpider là một tiện ích mở rộng Chrome được phát triển bởi https://bubblespider.com, và tính năng chính của nó là "Collection of tools for Redbubble® designers: Tag Generation, Tag Copy, Shadow Ban Indicator.".
Ả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 BubbleSpider
Tải xuống các tệp mở rộng BubbleSpider 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
Collection of tools for Redbubble® designers • Tag Generation: grab the tags of the best selling designs on Redbubble • Tag Copy: easily copy the tags of individual design to your clipboard • Shadow Ban Indicator: find out if your designs are shadow banned or indexable on Google • Tag Spam Indicator: see which designs are using tag spamming
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BubbleSpider |
ID | adkappjdekgefnmlalhahdnnhiifkgof |
URL Chính Thức | https://chromewebstore.google.com/detail/bubblespider/adkappjdekgefnmlalhahdnnhiifkgof |
Mô tả | Collection of tools for Redbubble® designers: Tag Generation, Tag Copy, Shadow Ban Indicator. |
Kích Thước Tệp | 619 KB |
Số Lần Cài Đặt | 1,748 |
Phiên Bản Hiện Tại | 1.4.0 |
Cập Nhật Lần Cuối | 2023-12-17 |
Ngày Phát Hành | 2022-05-04 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://bubblespider.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.bubblespider.com |
URL Trang Trợ Giúp | https://www.bubblespider.com/contact |
URL Trang Chính Sách Bảo Mật | https://www.bubblespider.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BubbleSpider", "version": "1.4.0", "description": "Collection of tools for Redbubble\u00ae designers: Tag Generation, Tag Copy, Shadow Ban Indicator.", "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "js": [ "import-content.js" ], "run_at": "document_idle", "matches": [ "https:\/\/www.redbubble.com\/*" ] } ], "action": { "default_icon": { "16": "img\/logo16.png", "32": "img\/logo32.png", "48": "img\/logo48.png", "128": "img\/logo128.png" } }, "icons": { "48": "img\/logo48.png", "128": "img\/logo128.png" }, "permissions": [ "webNavigation", "storage", "tabs" ], "web_accessible_resources": [ { "resources": [ "pages\/popup\/index.html", "img\/*" ], "matches": [ "https:\/\/www.redbubble.com\/*" ] }, { "resources": [ "chunks\/*-*.js", "content.js" ], "matches": [ "https:\/\/www.redbubble.com\/*" ] } ], "host_permissions": [ "https:\/\/www.redbubble.com\/" ], "externally_connectable": { "matches": [ "https:\/\/www.bubblespider.com\/*" ] } } |