It's Video Games

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

¿Qué es It's Video Games?

It's Video Games es una extensión de Chrome desarrollada por Unknown, y su función principal es "Replaces the text 'videogames' with 'video games' the way the author no doubt intended.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión It's Video Games

Descarga archivos de extensión It's Video Games en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre It's Video Games It's Video Games
ID bpljcfihdpogcmgmpboahejajkffhnfo
URL Oficial https://chromewebstore.google.com/detail/its-video-games/bpljcfihdpogcmgmpboahejajkffhnfo
Descripción Replaces the text 'videogames' with 'video games' the way the author no doubt intended.
Tamaño del Archivo 8.29 KB
Cantidad de Instalaciones 80
Versión Actual 1.0.1
Última Actualización 2014-07-15
Fecha de Publicación 2014-07-14
Calificación 4.75/5 Total de 4 Calificaciones
Desarrollador Unknown
Tipo de Pago free
Sitio Web de la Extensión https://github.com/tabacco/its-video-games
Idiomas Soportados 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"
    }
}