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 |
Eメール | [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\/*" ] } } |