BubbleSpider
Collection of tools for Redbubble® designers: Tag Generation, Tag Copy, Shadow Ban Indicator.
BubbleSpiderคืออะไร?
BubbleSpider เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bubblespider.com และคุณลักษณะหลักของมันคือ "Collection of tools for Redbubble® designers: Tag Generation, Tag Copy, Shadow Ban Indicator."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BubbleSpider
ดาวน์โหลดไฟล์ส่วนขยาย BubbleSpider ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | BubbleSpider |
ID | adkappjdekgefnmlalhahdnnhiifkgof |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bubblespider/adkappjdekgefnmlalhahdnnhiifkgof |
คำอธิบาย | Collection of tools for Redbubble® designers: Tag Generation, Tag Copy, Shadow Ban Indicator. |
ขนาดไฟล์ | 619 KB |
จำนวนการติดตั้ง | 1,748 |
เวอร์ชันปัจจุบัน | 1.4.0 |
อัปเดตครั้งล่าสุด | 2023-12-17 |
วันที่เผยแพร่ | 2022-05-04 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://bubblespider.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.bubblespider.com |
URL หน้าช่วยเหลือ | https://www.bubblespider.com/contact |
URL หน้านโยบายความเป็นส่วนตัว | https://www.bubblespider.com/privacy-policy |
ภาษาที่รองรับ | 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\/*" ] } } |