Back Backspace

Back BackSpace navigation to new version of browser

What is Back Backspace?

Back Backspace is a Chrome extension developed by MagicSimple, and its main feature is "Back BackSpace navigation to new version of browser".

Download Back Backspace Extension CRX File

Download Back Backspace 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

                        Back BackSpace navigation to new version of browser                    

Extension Basic Information

Name Back Backspace Back Backspace
ID fhckimhkhnjppjlnbopemclndidoknek
Official URL https://chromewebstore.google.com/detail/back-backspace/fhckimhkhnjppjlnbopemclndidoknek
Description Back BackSpace navigation to new version of browser
File Size 9.36 KB
Installation Count 65
Current Version 1.0
Last Updated 2016-08-19
Publish Date 2016-08-19
Rating 3.17/5 Total 6 Ratings
Developer MagicSimple
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Back Backspace",
    "version": "1.0",
    "description": "Back BackSpace navigation to new version of browser",
    "author": "Anton Kedenko",
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": [],
    "permissions": [
        "http:\/\/*"
    ],
    "browser_action": {
        "default_title": "Back Backspace",
        "default_popup": ""
    }
}