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.

Co to jest Bad Grammar?

Bad Grammar to rozszerzenie Chrome opracowane przez vocativinteractive, a jego główną funkcją jest „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.”.

Pobierz plik CRX rozszerzenia Bad Grammar

Pobierz pliki rozszerzeń Bad Grammar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Bad Grammar Bad Grammar
ID londgekpgonfdkegomlndocggleeeifa
Oficjalny URL https://chromewebstore.google.com/detail/bad-grammar/londgekpgonfdkegomlndocggleeeifa
Opis 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.
Rozmiar pliku 17.81 KB
Liczba instalacji 13
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-03-09
Data Publikacji 2016-03-09
Deweloper vocativinteractive
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://goo.gl/SsAhv
Adres URL Strony Pomocy https://goo.gl/SsAhv
Obsługiwane Języki 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"
    }
}