Backspace Plus to go Back

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

What is Backspace Plus to go Back?

Backspace Plus to go Back is a Chrome extension developed by SofWar, and its main feature is "Restores browser behavior of navigating to previous page when pressing the Backspace key.".

Download Backspace Plus to go Back Extension CRX File

Download Backspace Plus to go 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

                        Restores backspace functionality recently removed from Chrome (backspace key to go back).

Pressing the backspace key triggers back action unless an Input or Textarea is currently focused. It is possible to disable specific sites.                    

Extension Basic Information

Name Backspace Plus to go Back Backspace Plus to go Back
ID midconfajhkdjapodlcdmbmmmapdgnjl
Official URL https://chromewebstore.google.com/detail/backspace-plus-to-go-back/midconfajhkdjapodlcdmbmmmapdgnjl
Description Restores browser behavior of navigating to previous page when pressing the Backspace key.
File Size 25.57 KB
Installation Count 422
Current Version 1.0.2
Last Updated 2016-10-29
Publish Date 2016-10-29
Rating 4.00/5 Total 4 Ratings
Developer SofWar
Email [email protected]
Payment Type free
Privacy Policy Page URL https://github.com/sofwar/chrome-store-privacy
Supported Languages en,fr,tr,es,pl,ru,uk
manifest.json
{
    "name": "Backspace Plus to go Back",
    "short_name": "Backspace Plus",
    "description": "__MSG_description__",
    "background": {
        "scripts": [
            "js\/ga.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "match_about_blank": true,
            "js": [
                "js\/events.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "256": "img\/256.png",
        "128": "img\/128.png",
        "64": "img\/64.png",
        "48": "img\/48.png",
        "16": "img\/16.png"
    },
    "permissions": [
        "commands",
        "storage"
    ],
    "default_locale": "en",
    "offline_enabled": true,
    "options_page": "options.html",
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "author": "SofWar",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js 'unsafe-eval'; object-src 'self'"
}