Go Back With BackSpace

This extension Goes Back With BackSpace

Wat is Go Back With BackSpace?

Go Back With BackSpace is een Chrome-extensie ontwikkeld door ahmettmertt, en de belangrijkste functie is "This extension Goes Back With BackSpace".

Download het CRX-bestand van de extensie Go Back With BackSpace

Download Go Back With BackSpace-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        The extension restore the backspace button for going back in history                    

Basisinformatie over de Extensie

Naam Go Back With BackSpace Go Back With BackSpace
ID gdeijmjohdckpkgfhdlcdhongclojiki
Officiële URL https://chromewebstore.google.com/detail/go-back-with-backspace/gdeijmjohdckpkgfhdlcdhongclojiki
Beschrijving This extension Goes Back With BackSpace
Bestandsgrootte 7.21 KB
Aantal Installaties 82
Huidige Versie 1.0
Laatst Bijgewerkt 2016-12-10
Publicatiedatum 2016-12-10
Ontwikkelaar ahmettmertt
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Go Back With BackSpace",
    "description": "This extension Goes Back With BackSpace",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "GBWB!"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ]
}