Go Back With BackSpace

This extension Goes Back With BackSpace

Apa itu Go Back With BackSpace?

Go Back With BackSpace adalah ekstensi Chrome yang dikembangkan oleh ahmettmertt, dan fitur utamanya adalah "This extension Goes Back With BackSpace".

Unduh Berkas CRX Ekstensi Go Back With BackSpace

Unduh file ekstensi Go Back With BackSpace dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        The extension restore the backspace button for going back in history                    

Informasi Dasar Ekstensi

Nama Go Back With BackSpace Go Back With BackSpace
ID gdeijmjohdckpkgfhdlcdhongclojiki
URL Resmi https://chromewebstore.google.com/detail/go-back-with-backspace/gdeijmjohdckpkgfhdlcdhongclojiki
Deskripsi This extension Goes Back With BackSpace
Ukuran File 7.21 KB
Jumlah Instalasi 82
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-12-10
Tanggal Publikasi 2016-12-10
Pengembang ahmettmertt
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
        }
    ]
}