BubbleSpider
Collection of tools for Redbubble® designers: Tag Generation, Tag Copy, Shadow Ban Indicator.
Co to jest BubbleSpider?
BubbleSpider to rozszerzenie Chrome opracowane przez https://bubblespider.com, a jego główną funkcją jest „Collection of tools for Redbubble® designers: Tag Generation, Tag Copy, Shadow Ban Indicator.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia BubbleSpider
Pobierz pliki rozszerzeń BubbleSpider w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | BubbleSpider |
ID | adkappjdekgefnmlalhahdnnhiifkgof |
Oficjalny URL | https://chromewebstore.google.com/detail/bubblespider/adkappjdekgefnmlalhahdnnhiifkgof |
Opis | Collection of tools for Redbubble® designers: Tag Generation, Tag Copy, Shadow Ban Indicator. |
Rozmiar pliku | 619 KB |
Liczba instalacji | 1,748 |
Aktualna Wersja | 1.4.0 |
Ostatnia Aktualizacja | 2023-12-17 |
Data Publikacji | 2022-05-04 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://bubblespider.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.bubblespider.com |
Adres URL Strony Pomocy | https://www.bubblespider.com/contact |
Adres URL Strony Polityki Prywatności | https://www.bubblespider.com/privacy-policy |
Obsługiwane Języki | 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\/*" ] } } |