Think Twice

Stops you from instinctively going on a social network.

Cos'è Think Twice?

Think Twice è un'estensione di Chrome sviluppata da Anthony Salazar, e la sua funzione principale è "Stops you from instinctively going on a social network.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Think Twice

Scarica i file di estensione Think Twice in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Think Twice Think Twice
ID pjgppmjdghifobmedjenglkchddjfcab
URL Ufficiale https://chromewebstore.google.com/detail/think-twice/pjgppmjdghifobmedjenglkchddjfcab
Descrizione Stops you from instinctively going on a social network.
Dimensione del File 55.73 KB
Conteggio Installazioni 37
Versione Corrente 1.2
Ultimo Aggiornamento 2015-11-29
Data di Pubblicazione 2015-11-29
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore Anthony Salazar
Tipo di Pagamento free
Sito Web dell'Estensione http://www.swellgarfo.com
Lingue Supportate 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"
    ]
}