It's Video Games

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

Co je It's Video Games?

It's Video Games je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Replaces the text 'videogames' with 'video games' the way the author no doubt intended.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření It's Video Games

Stáhněte si soubory rozšíření It's Video Games ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název It's Video Games It's Video Games
ID bpljcfihdpogcmgmpboahejajkffhnfo
Oficiální URL https://chromewebstore.google.com/detail/its-video-games/bpljcfihdpogcmgmpboahejajkffhnfo
Popis Replaces the text 'videogames' with 'video games' the way the author no doubt intended.
Velikost souboru 8.29 KB
Počet instalací 80
Aktuální Verze 1.0.1
Poslední Aktualizace 2014-07-15
Datum Vydání 2014-07-14
Hodnocení 4.75/5 Celkem 4 Hodnocení
Vývojář Unknown
Typ Platby free
Webové stránky Rozšíření https://github.com/tabacco/its-video-games
Podporované Jazyky 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"
    }
}