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 |
官方網址 | 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\/*" ] } } |