BubbleSpider
Collection of tools for Redbubble® designers: Tag Generation, Tag Copy, Shadow Ban Indicator.
O que é BubbleSpider?
BubbleSpider é uma extensão do Chrome desenvolvida por https://bubblespider.com, e sua principal característica é "Collection of tools for Redbubble® designers: Tag Generation, Tag Copy, Shadow Ban Indicator.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão BubbleSpider
Baixe arquivos de extensão BubbleSpider no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | BubbleSpider |
ID | adkappjdekgefnmlalhahdnnhiifkgof |
URL Oficial | https://chromewebstore.google.com/detail/bubblespider/adkappjdekgefnmlalhahdnnhiifkgof |
Descrição | Collection of tools for Redbubble® designers: Tag Generation, Tag Copy, Shadow Ban Indicator. |
Tamanho do Arquivo | 619 KB |
Contagem de Instalações | 1,748 |
Versão Atual | 1.4.0 |
Última Atualização | 2023-12-17 |
Data de Publicação | 2022-05-04 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://bubblespider.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.bubblespider.com |
URL da Página de Ajuda | https://www.bubblespider.com/contact |
URL da Página de Política de Privacidade | https://www.bubblespider.com/privacy-policy |
Idiomas Suportados | 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\/*" ] } } |