Bad Grammar

Test the grammar vigilantes in your life by changing every appearance of its/it's, your/you're and there/they're/their they see.

Qu'est-ce que Bad Grammar ?

Bad Grammar est une extension Chrome développée par vocativinteractive, et sa fonction principale est "Test the grammar vigilantes in your life by changing every appearance of its/it's, your/you're and there/they're/their they see.".

Télécharger le fichier CRX de l'extension Bad Grammar

Téléchargez les fichiers d'extension Bad Grammar 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

                        Terrorize the grammar vigilantes in your life. 

This Chrome extension quietly randomizes every appearance of its/it's, your/you're and there/they're/their on a webpage. 

Install, sit back, and light a cigar.                    

Informations de Base sur l'Extension

Nom Bad Grammar Bad Grammar
ID londgekpgonfdkegomlndocggleeeifa
URL Officiel https://chromewebstore.google.com/detail/bad-grammar/londgekpgonfdkegomlndocggleeeifa
Description Test the grammar vigilantes in your life by changing every appearance of its/it's, your/you're and there/they're/their they see.
Taille du Fichier 17.81 KB
Nombre d'Installations 13
Version Actuelle 1.0
Dernière Mise à Jour 2016-03-09
Date de Publication 2016-03-09
Développeur vocativinteractive
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://goo.gl/SsAhv
URL de la Page d'Aide https://goo.gl/SsAhv
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bad Grammar",
    "version": "1.0",
    "description": "Test the grammar vigilantes in your life by changing every appearance of its\/it's, your\/you're and there\/they're\/their they see.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}