It's Video Games

Replaces the text 'videogames' with 'video games' the way the author no doubt intended.

Apa itu It's Video Games?

It's Video Games adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Replaces the text 'videogames' with 'video games' the way the author no doubt intended.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi It's Video Games

Unduh file ekstensi It's Video Games 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

                        We all know 'video games' is properly spelled as two words. Some people just accidentally write it as if it's a compound word. This extension simply corrects that mistake for them, sparing you any uncomfortable discussions with your favorite web authors.                    

Informasi Dasar Ekstensi

Nama It's Video Games It's Video Games
ID bpljcfihdpogcmgmpboahejajkffhnfo
URL Resmi https://chromewebstore.google.com/detail/its-video-games/bpljcfihdpogcmgmpboahejajkffhnfo
Deskripsi Replaces the text 'videogames' with 'video games' the way the author no doubt intended.
Ukuran File 8.29 KB
Jumlah Instalasi 80
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2014-07-15
Tanggal Publikasi 2014-07-14
Penilaian 4.75/5 Total 4 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Situs Ekstensi https://github.com/tabacco/its-video-games
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "It's Video Games",
    "version": "1.0.1",
    "description": "Replaces the text 'videogames' with 'video games' the way the author no doubt intended.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}