BubbleSpider
Collection of tools for Redbubble® designers: Tag Generation, Tag Copy, Shadow Ban Indicator.
什么是BubbleSpider?
BubbleSpider是由https://bubblespider.com开发的Chrome扩展程序,该扩展的主要功能是“Collection of tools for Redbubble® designers: Tag Generation, Tag Copy, Shadow Ban Indicator.”。
扩展截图
下载BubbleSpider扩展crx文件
下载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\/*" ] } } |