Detour
Use Detour to improve your browsing habits.
What is Detour?
Detour is a Chrome extension developed by Unknown, and its main feature is "Use Detour to improve your browsing habits.".
Extension Screenshots
Download Detour Extension CRX File
Download Detour extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Detour |
ID | bdfjlgeedonjpohgpclaadidbpliajfn |
Official URL | https://chromewebstore.google.com/detail/detour/bdfjlgeedonjpohgpclaadidbpliajfn |
Description | Use Detour to improve your browsing habits. |
File Size | 122 KB |
Installation Count | 17 |
Current Version | 0.0.2 |
Last Updated | 2014-01-13 |
Publish Date | 2014-01-12 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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 } |