Twella

Curb your online shopping habits!

Was ist Twella?

Twella ist eine Chrome-Erweiterung, die von Twella entwickelt wurde, und ihr Hauptmerkmal ist "Curb your online shopping habits!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Twella-Erweiterungs-CRX-Datei herunterladen

Laden Sie Twella-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Twella Twella
ID lblidfjkplakdhnmbghmeomhbkakbcko
Offizielle URL https://chromewebstore.google.com/detail/twella/lblidfjkplakdhnmbghmeomhbkakbcko
Beschreibung Curb your online shopping habits!
Dateigröße 810 KB
Installationsanzahl 17
Aktuelle Version 2.6.5
Letztes Update 2024-02-28
Veröffentlichungsdatum 2020-08-04
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Twella
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://app.twella.io
Hilfeseite URL https://twella.io/
URL der Datenschutzrichtlinien-Seite https://www.twella.io/privacy-policy
Unterstützte Sprachen 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"
    }
}