Twella
Curb your online shopping habits!
Twella क्या है?
Twella Twella द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Curb your online shopping habits!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twella एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Twella |
ID | lblidfjkplakdhnmbghmeomhbkakbcko |
आधिकारिक URL | https://chromewebstore.google.com/detail/twella/lblidfjkplakdhnmbghmeomhbkakbcko |
विवरण | Curb your online shopping habits! |
फ़ाइल का आकार | 810 KB |
स्थापना संख्या | 17 |
वर्तमान संस्करण | 2.6.5 |
अंतिम अपडेट | 2024-02-28 |
प्रकाशन तिथि | 2020-08-04 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | Twella |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://app.twella.io |
सहायता पृष्ठ URL | https://twella.io/ |
गोपनीयता नीति पृष्ठ URL | https://www.twella.io/privacy-policy |
समर्थित भाषाएँ | 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" } } |