Redirect back

Redirect back to default url after a number of seconds

What is Redirect back?

Redirect back is a Chrome extension developed by sahistory.sa, and its main feature is "Redirect back to default url after a number of seconds".

Download Redirect back Extension CRX File

Download Redirect back 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

                        Redirect back to a specified page (if the page is different to the redirect page) after a specified idle time interval. 

The default url is set to be the url that opens in the first tab when the browser opens - this is useful for kiosks that clear cache on start and need to use a homepage that is set by policy (HomepageLocation) or profile settings.

Alternaticvely the url and interval can be set on the options page.

Useful for kiosks.                    

Extension Basic Information

Name Redirect back Redirect back
ID jcopbeppbfpnimnllhmafekandkokgcb
Official URL https://chrome.google.com/webstore/detail/redirect-back/jcopbeppbfpnimnllhmafekandkokgcb
Description Redirect back to default url after a number of seconds
File Size 4.67 KB
Installation Count 189
Current Version 1.0.4
Last Updated 2016-02-10
Publish Date 2016-02-10
Rating 5.00/5 Total 1 Ratings
Developer sahistory.sa
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Redirect back",
    "version": "1.0.4",
    "description": "Redirect back to default url after a number of seconds",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "idle",
        "tabs",
        "storage"
    ],
    "manifest_version": 2
}