It's Video Games
Replaces the text 'videogames' with 'video games' the way the author no doubt intended.
Was ist It's Video Games?
It's Video Games ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the text 'videogames' with 'video games' the way the author no doubt intended.".
Erweiterungsscreenshots
It's Video Games-Erweiterungs-CRX-Datei herunterladen
Laden Sie It's Video Games-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | bpljcfihdpogcmgmpboahejajkffhnfo | 
| Offizielle URL | https://chromewebstore.google.com/detail/its-video-games/bpljcfihdpogcmgmpboahejajkffhnfo | 
| Beschreibung | Replaces the text 'videogames' with 'video games' the way the author no doubt intended. | 
| Dateigröße | 8.29 KB | 
| Installationsanzahl | 80 | 
| Aktuelle Version | 1.0.1 | 
| Letztes Update | 2014-07-15 | 
| Veröffentlichungsdatum | 2014-07-14 | 
| Bewertung | 4.75/5 Insgesamt 4 Bewertungen | 
| Entwickler | Unknown | 
| Zahlungsart | free | 
| Erweiterungswebsite | https://github.com/tabacco/its-video-games | 
| Unterstützte Sprachen | 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"
    }
}  |  |