It's Video Games

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

What is It's Video Games?

It's Video Games is a Chrome extension developed by Unknown, and its main feature is "Replaces the text 'videogames' with 'video games' the way the author no doubt intended.".

Extension Screenshots

screenshot

Download It's Video Games Extension CRX File

Download It's Video Games extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name It's Video Games It's Video Games
ID bpljcfihdpogcmgmpboahejajkffhnfo
Official URL https://chromewebstore.google.com/detail/its-video-games/bpljcfihdpogcmgmpboahejajkffhnfo
Description Replaces the text 'videogames' with 'video games' the way the author no doubt intended.
File Size 8.29 KB
Installation Count 80
Current Version 1.0.1
Last Updated 2014-07-15
Publish Date 2014-07-14
Rating 4.75/5 Total 4 Ratings
Developer Unknown
Payment Type free
Extension Website https://github.com/tabacco/its-video-games
Supported Languages 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"
    }
}