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.
Wat is Bad Grammar?
Bad Grammar is een Chrome-extensie ontwikkeld door vocativinteractive, en de belangrijkste functie is "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.".
Download het CRX-bestand van de extensie Bad Grammar
Download Bad Grammar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Bad Grammar |
ID | londgekpgonfdkegomlndocggleeeifa |
Officiële URL | https://chromewebstore.google.com/detail/bad-grammar/londgekpgonfdkegomlndocggleeeifa |
Beschrijving | 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. |
Bestandsgrootte | 17.81 KB |
Aantal Installaties | 13 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-03-09 |
Publicatiedatum | 2016-03-09 |
Ontwikkelaar | vocativinteractive |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://goo.gl/SsAhv |
Help Pagina-URL | https://goo.gl/SsAhv |
Ondersteunde Talen | 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" } } |