Go Back With Backspace Button

Restores browser behavior of navigating to previous page when pressing the Backspace key.

What is Go Back With Backspace Button?

Go Back With Backspace Button is a Chrome extension developed by ArtHouse, and its main feature is "Restores browser behavior of navigating to previous page when pressing the Backspace key.".

Download Go Back With Backspace Button Extension CRX File

Download Go Back With Backspace Button 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

                        Restores browser behavior of navigating to previous page when pressing the Backspace key.                    

Extension Basic Information

Name Go Back With Backspace Button Go Back With Backspace Button
ID hgkdgokgamkpehffocijaopekplanmcb
Official URL https://chrome.google.com/webstore/detail/go-back-with-backspace-bu/hgkdgokgamkpehffocijaopekplanmcb
Description Restores browser behavior of navigating to previous page when pressing the Backspace key.
File Size 35.14 KB
Installation Count 30
Current Version 0.9
Last Updated 2016-08-26
Publish Date 2016-08-26
Rating 2.00/5 Total 1 Ratings
Developer ArtHouse
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.9",
    "name": "__MSG_l10nExtName__",
    "description": "__MSG_l10nExtDescription__",
    "default_locale": "en",
    "icons": {
        "19": "icons\/icon19.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "is_editable.js",
                "content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon32.png"
    },
    "background": {
        "scripts": [
            "is_editable.js",
            "background.js"
        ]
    },
    "permissions": [
        ""
    ],
    "manifest_version": 2,
    "minimum_chrome_version": "52"
}