Detour

Use Detour to improve your browsing habits.

Cos'è Detour?

Detour è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Use Detour to improve your browsing habits.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Detour

Scarica i file di estensione Detour 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

                        Detour gives you control over where you spend your time on the internet.

With Detour, you are automatically redirected from blacklisted websites to approved ones. Do you procrastinate on Facebook and wish you were more up-to-date on the news? Detour yourself from Facebook.com to cnn.com.                    

Informazioni di Base sull'Estensione

Nome Detour Detour
ID bdfjlgeedonjpohgpclaadidbpliajfn
URL Ufficiale https://chromewebstore.google.com/detail/detour/bdfjlgeedonjpohgpclaadidbpliajfn
Descrizione Use Detour to improve your browsing habits.
Dimensione del File 122 KB
Conteggio Installazioni 17
Versione Corrente 0.0.2
Ultimo Aggiornamento 2014-01-13
Data di Pubblicazione 2014-01-12
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Detour",
    "short_name": "Detour",
    "description": "Use Detour to improve your browsing habits.",
    "version": "0.0.2",
    "icons": {
        "128": "128.png",
        "64": "64.png",
        "32": "32.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "jquery.min.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "browser_action": {
        "name": "Detour",
        "default_icon": "128.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}