Twella

Curb your online shopping habits!

什么是Twella?

Twella是由Twella开发的Chrome扩展程序,该扩展的主要功能是“Curb your online shopping habits!”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载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 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"
    }
}