Redbubble Favorite Automator
Automates Favoriting on Redbubble
O que é Redbubble Favorite Automator?
Redbubble Favorite Automator é uma extensão do Chrome desenvolvida por nathan7s, e sua principal característica é "Automates Favoriting on Redbubble".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Redbubble Favorite Automator
Baixe arquivos de extensão Redbubble Favorite Automator 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
Reciprocal Favoring is a strategy that experienced Redbubble Sellers use to increase engagement and sales in their store, where people favorite your work to try and get you to favorite theirs. This benefits both people and allowing both their works to rank higher in the Redbubble algorithm, leading to more sales. Manually favoriting works can be EXTREMELY tedious and boring. However, this extension completely automates this process in just a click of a button!
Informações Básicas da Extensão
Nome | Redbubble Favorite Automator |
ID | iohmlpofcemlofnlnfkhdgfndihbkjac |
URL Oficial | https://chromewebstore.google.com/detail/redbubble-favorite-automa/iohmlpofcemlofnlnfkhdgfndihbkjac |
Descrição | Automates Favoriting on Redbubble |
Tamanho do Arquivo | 2.89 MB |
Contagem de Instalações | 62 |
Versão Atual | 1.0.3 |
Última Atualização | 2023-09-29 |
Data de Publicação | 2023-09-13 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | nathan7s |
[email protected] | |
Tipo de Pagamento | in_app |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Redbubble Favorite Automator", "version": "1.0.3", "description": "Automates Favoriting on Redbubble", "manifest_version": 3, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_popup": "src\/popup.html", "default_title": "Redbubble Favorite Automator" }, "permissions": [ "tabs", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*.redbubble.com\/*" ], "js": [ "src\/content-script.js" ], "runAt": "document_start" } ], "background": { "service_worker": "src\/service-worker.js" } } |