Twella
Curb your online shopping habits!
Co to jest Twella?
Twella to rozszerzenie Chrome opracowane przez Twella, a jego główną funkcją jest „Curb your online shopping habits!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Twella
Pobierz pliki rozszerzeń Twella 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
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Twella |
ID | lblidfjkplakdhnmbghmeomhbkakbcko |
Oficjalny URL | https://chromewebstore.google.com/detail/twella/lblidfjkplakdhnmbghmeomhbkakbcko |
Opis | Curb your online shopping habits! |
Rozmiar pliku | 810 KB |
Liczba instalacji | 17 |
Aktualna Wersja | 2.6.5 |
Ostatnia Aktualizacja | 2024-02-28 |
Data Publikacji | 2020-08-04 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | Twella |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://app.twella.io |
Adres URL Strony Pomocy | https://twella.io/ |
Adres URL Strony Polityki Prywatności | https://www.twella.io/privacy-policy |
Obsługiwane Języki | 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" } } |