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
Eメール [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"
    }
}