Twella

Curb your online shopping habits!

Twella là gì?

Twella là một tiện ích mở rộng Chrome được phát triển bởi Twella, và tính năng chính của nó là "Curb your online shopping habits!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Twella

Tải xuống các tệp mở rộng Twella dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Twella Twella
ID lblidfjkplakdhnmbghmeomhbkakbcko
URL Chính Thức https://chromewebstore.google.com/detail/twella/lblidfjkplakdhnmbghmeomhbkakbcko
Mô tả Curb your online shopping habits!
Kích Thước Tệp 810 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 2.6.5
Cập Nhật Lần Cuối 2024-02-28
Ngày Phát Hành 2020-08-04
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Twella
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://app.twella.io
URL Trang Trợ Giúp https://twella.io/
URL Trang Chính Sách Bảo Mật https://www.twella.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}