It's Video Games

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

Co to jest It's Video Games?

It's Video Games to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Replaces the text 'videogames' with 'video games' the way the author no doubt intended.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia It's Video Games

Pobierz pliki rozszerzeń It's Video Games w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa It's Video Games It's Video Games
ID bpljcfihdpogcmgmpboahejajkffhnfo
Oficjalny URL https://chromewebstore.google.com/detail/its-video-games/bpljcfihdpogcmgmpboahejajkffhnfo
Opis Replaces the text 'videogames' with 'video games' the way the author no doubt intended.
Rozmiar pliku 8.29 KB
Liczba instalacji 80
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2014-07-15
Data Publikacji 2014-07-14
Ocena 4.75/5 Łącznie 4 Oceny
Deweloper Unknown
Typ Płatności free
Strona Rozszerzenia https://github.com/tabacco/its-video-games
Obsługiwane Języki 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"
    }
}