Twella
Curb your online shopping habits!
Cos'è Twella?
Twella è un'estensione di Chrome sviluppata da Twella, e la sua funzione principale è "Curb your online shopping habits!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twella
Scarica i file di estensione Twella in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Twella |
ID | lblidfjkplakdhnmbghmeomhbkakbcko |
URL Ufficiale | https://chromewebstore.google.com/detail/twella/lblidfjkplakdhnmbghmeomhbkakbcko |
Descrizione | Curb your online shopping habits! |
Dimensione del File | 810 KB |
Conteggio Installazioni | 17 |
Versione Corrente | 2.6.5 |
Ultimo Aggiornamento | 2024-02-28 |
Data di Pubblicazione | 2020-08-04 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | Twella |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://app.twella.io |
URL della Pagina di Aiuto | https://twella.io/ |
URL della Pagina della Politica sulla Privacy | https://www.twella.io/privacy-policy |
Lingue Supportate | 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" } } |