Think Twice

Stops you from instinctively going on a social network.

Qu'est-ce que Think Twice ?

Think Twice est une extension Chrome développée par Anthony Salazar, et sa fonction principale est "Stops you from instinctively going on a social network.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Think Twice

Téléchargez les fichiers d'extension Think Twice 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

                        Adds one extra screen asking whether you're sure you want to go on a time-wasting site or you're just doing it by reflex.                    

Informations de Base sur l'Extension

Nom Think Twice Think Twice
ID pjgppmjdghifobmedjenglkchddjfcab
URL Officiel https://chromewebstore.google.com/detail/think-twice/pjgppmjdghifobmedjenglkchddjfcab
Description Stops you from instinctively going on a social network.
Taille du Fichier 55.73 KB
Nombre d'Installations 37
Version Actuelle 1.2
Dernière Mise à Jour 2015-11-29
Date de Publication 2015-11-29
Évaluation 4.50/5 Total 2 Évaluations
Développeur Anthony Salazar
Type de Paiement free
Site Web de l'Extension http://www.swellgarfo.com
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Think Twice",
    "short_name": "ThinkTwice",
    "description": "Stops you from instinctively going on a social network.",
    "version": "1.2",
    "icons": {
        "48": "ThinkTwice_48.png",
        "128": "ThinkTwice.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "cool.css"
            ],
            "js": [
                "jquery.min.js",
                "contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "template.html",
        "lock.png"
    ]
}