Twella
Curb your online shopping habits!
O que é Twella?
Twella é uma extensão do Chrome desenvolvida por Twella, e sua principal característica é "Curb your online shopping habits!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twella
Baixe arquivos de extensão Twella 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
Twella BETA provides a free solution to stop compulsive spending. This lightweight Chrome extension allows you to block websites that try to take money out of your wallet without you realizing it. If you often find yourself scrolling through Amazon or ASOS and end up buying items you later realize you don't need, Twella is built for you! Short for Tangible Wellness, Twella aims to make mental wellness solutions more accessible to people. With this free Chrome extension, you can say goodbye to your spending addiction. Think of us as the all-in-one Shopaholics Anonymous solution for shopping addicts to stop spending money.
Informações Básicas da Extensão
Nome | Twella |
ID | lblidfjkplakdhnmbghmeomhbkakbcko |
URL Oficial | https://chromewebstore.google.com/detail/twella/lblidfjkplakdhnmbghmeomhbkakbcko |
Descrição | Curb your online shopping habits! |
Tamanho do Arquivo | 810 KB |
Contagem de Instalações | 17 |
Versão Atual | 2.6.5 |
Última Atualização | 2024-02-28 |
Data de Publicação | 2020-08-04 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | Twella |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://app.twella.io |
URL da Página de Ajuda | https://twella.io/ |
URL da Página de Política de Privacidade | https://www.twella.io/privacy-policy |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.6.5", "name": "Twella", "description": "Curb your online shopping habits!", "action": { "default_icon": { "16": ".\/assets\/img\/twella_16.png", "32": ".\/assets\/img\/twella_32.png", "48": ".\/assets\/img\/twella_48.png", "128": ".\/assets\/img\/twella_128.png" }, "default_popup": ".\/html\/popups\/signin-popup.html" }, "host_permissions": [ "*:\/\/app.twella.io\/*" ], "permissions": [ "activeTab", "unlimitedStorage", "storage", "cookies", "webNavigation", "alarms" ], "content_scripts": [ { "matches": [ "*:\/\/app.twella.io\/*" ], "js": [ ".\/scripts\/content\/twella-dashboard.js" ] } ], "web_accessible_resources": [ { "matches": [ "*:\/\/app.twella.io\/*" ], "resources": [ "scripts\/utils\/storage.js" ] } ], "background": { "service_worker": ".\/scripts\/workers\/background.js", "type": "module" }, "icons": { "16": ".\/assets\/img\/twella_16.png", "32": ".\/assets\/img\/twella_32.png", "48": ".\/assets\/img\/twella_48.png", "128": ".\/assets\/img\/twella_128.png" } } |