Detour

Use Detour to improve your browsing habits.

Qu'est-ce que Detour ?

Detour est une extension Chrome développée par Unknown, et sa fonction principale est "Use Detour to improve your browsing habits.".

Captures d'Écran de l'Extension

screenshot

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

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

                        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.                    

Informations de Base sur l'Extension

Nom Detour Detour
ID bdfjlgeedonjpohgpclaadidbpliajfn
URL Officiel https://chromewebstore.google.com/detail/detour/bdfjlgeedonjpohgpclaadidbpliajfn
Description Use Detour to improve your browsing habits.
Taille du Fichier 122 KB
Nombre d'Installations 17
Version Actuelle 0.0.2
Dernière Mise à Jour 2014-01-13
Date de Publication 2014-01-12
Évaluation 5.00/5 Total 2 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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
}