It's Video Games

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

Vad är It's Video Games?

It's Video Games är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Replaces the text 'videogames' with 'video games' the way the author no doubt intended.".

Tilläggsskärmbilder

screenshot

Ladda ner It's Video Games-förlängningens CRX-fil

Ladda ner It's Video Games-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn It's Video Games It's Video Games
ID bpljcfihdpogcmgmpboahejajkffhnfo
Officiell webbadress https://chromewebstore.google.com/detail/its-video-games/bpljcfihdpogcmgmpboahejajkffhnfo
Beskrivning Replaces the text 'videogames' with 'video games' the way the author no doubt intended.
Filstorlek 8.29 KB
Antal Installationer 80
Aktuell Version 1.0.1
Senast Uppdaterad 2014-07-15
Publiceringsdatum 2014-07-14
Betyg 4.75/5 Totalt 4 Betyg
Utvecklare Unknown
Betalningssätt free
Tilläggswebbplats https://github.com/tabacco/its-video-games
Stödda Språk 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"
    }
}