Think Twice

Stops you from instinctively going on a social network.

Wat is Think Twice?

Think Twice is een Chrome-extensie ontwikkeld door Anthony Salazar, en de belangrijkste functie is "Stops you from instinctively going on a social network.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Think Twice

Download Think Twice-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Think Twice Think Twice
ID pjgppmjdghifobmedjenglkchddjfcab
Officiële URL https://chromewebstore.google.com/detail/think-twice/pjgppmjdghifobmedjenglkchddjfcab
Beschrijving Stops you from instinctively going on a social network.
Bestandsgrootte 55.73 KB
Aantal Installaties 37
Huidige Versie 1.2
Laatst Bijgewerkt 2015-11-29
Publicatiedatum 2015-11-29
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar Anthony Salazar
Betalingswijze free
Extensiewebsite http://www.swellgarfo.com
Ondersteunde Talen 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"
    ]
}