It's Video Games

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

Qu'est-ce que It's Video Games ?

It's Video Games est une extension Chrome développée par Unknown, et sa fonction principale est "Replaces the text 'videogames' with 'video games' the way the author no doubt intended.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension It's Video Games

Téléchargez les fichiers d'extension It's Video Games au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom It's Video Games It's Video Games
ID bpljcfihdpogcmgmpboahejajkffhnfo
URL Officiel https://chromewebstore.google.com/detail/its-video-games/bpljcfihdpogcmgmpboahejajkffhnfo
Description Replaces the text 'videogames' with 'video games' the way the author no doubt intended.
Taille du Fichier 8.29 KB
Nombre d'Installations 80
Version Actuelle 1.0.1
Dernière Mise à Jour 2014-07-15
Date de Publication 2014-07-14
Évaluation 4.75/5 Total 4 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://github.com/tabacco/its-video-games
Langues Prises en Charge 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"
    }
}