Twella
Curb your online shopping habits!
Twella란 무엇입니까?
Twella은(는) Twella에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Curb your online shopping habits!"입니다.
확장 프로그램 스크린샷
Twella 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |