Detour

Use Detour to improve your browsing habits.

ما هو Detour؟

Detour هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Use Detour to improve your browsing habits.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Detour

قم بتنزيل ملفات الامتداد Detour بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Detour Detour
ID bdfjlgeedonjpohgpclaadidbpliajfn
عنوان URL الرسمي https://chromewebstore.google.com/detail/detour/bdfjlgeedonjpohgpclaadidbpliajfn
الوصف Use Detour to improve your browsing habits.
حجم الملف 122 KB
عدد التثبيتات 17
النسخة الحالية 0.0.2
آخر تحديث 2014-01-13
تاريخ النشر 2014-01-12
تقييم 5.00/5 مجموع تقييمات 2
المطور Unknown
نوع الدفع free
اللغات المدعومة 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
}