Twella

Curb your online shopping habits!

Qu'est-ce que Twella ?

Twella est une extension Chrome développée par Twella, et sa fonction principale est "Curb your online shopping habits!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Twella

Téléchargez les fichiers d'extension Twella au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Twella Twella
ID lblidfjkplakdhnmbghmeomhbkakbcko
URL Officiel https://chromewebstore.google.com/detail/twella/lblidfjkplakdhnmbghmeomhbkakbcko
Description Curb your online shopping habits!
Taille du Fichier 810 KB
Nombre d'Installations 17
Version Actuelle 2.6.5
Dernière Mise à Jour 2024-02-28
Date de Publication 2020-08-04
Évaluation 5.00/5 Total 4 Évaluations
Développeur Twella
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://app.twella.io
URL de la Page d'Aide https://twella.io/
URL de la Page de Politique de Confidentialité https://www.twella.io/privacy-policy
Langues Prises en Charge 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"
    }
}