Twella
Curb your online shopping habits!
什麼是Twella?
Twella是由Twella開發的Chrome擴展程式,該擴展的主要功能是“Curb your online shopping habits!”。
擴展截圖
下載Twella擴展crx文件
下載Twella擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } |