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é es Bad Grammar?
Bad Grammar es una extensión de Chrome desarrollada por vocativinteractive, y su función principal es "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.".
Descargar Archivo CRX de la Extensión Bad Grammar
Descarga archivos de extensión Bad Grammar en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Bad Grammar |
ID | londgekpgonfdkegomlndocggleeeifa |
URL Oficial | https://chromewebstore.google.com/detail/bad-grammar/londgekpgonfdkegomlndocggleeeifa |
Descripción | 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. |
Tamaño del Archivo | 17.81 KB |
Cantidad de Instalaciones | 13 |
Versión Actual | 1.0 |
Última Actualización | 2016-03-09 |
Fecha de Publicación | 2016-03-09 |
Desarrollador | vocativinteractive |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://goo.gl/SsAhv |
URL de la Página de Ayuda | https://goo.gl/SsAhv |
Idiomas Soportados | 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" } } |