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.
Was ist Bad Grammar?
Bad Grammar ist eine Chrome-Erweiterung, die von vocativinteractive entwickelt wurde, und ihr Hauptmerkmal ist "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.".
Bad Grammar-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bad Grammar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Bad Grammar |
ID | londgekpgonfdkegomlndocggleeeifa |
Offizielle URL | https://chromewebstore.google.com/detail/bad-grammar/londgekpgonfdkegomlndocggleeeifa |
Beschreibung | 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. |
Dateigröße | 17.81 KB |
Installationsanzahl | 13 |
Aktuelle Version | 1.0 |
Letztes Update | 2016-03-09 |
Veröffentlichungsdatum | 2016-03-09 |
Entwickler | vocativinteractive |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://goo.gl/SsAhv |
Hilfeseite URL | https://goo.gl/SsAhv |
Unterstützte Sprachen | 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" } } |