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.
Apa itu Bad Grammar?
Bad Grammar adalah ekstensi Chrome yang dikembangkan oleh vocativinteractive, dan fitur utamanya adalah "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.".
Unduh Berkas CRX Ekstensi Bad Grammar
Unduh file ekstensi Bad Grammar dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Bad Grammar |
ID | londgekpgonfdkegomlndocggleeeifa |
URL Resmi | https://chromewebstore.google.com/detail/bad-grammar/londgekpgonfdkegomlndocggleeeifa |
Deskripsi | 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. |
Ukuran File | 17.81 KB |
Jumlah Instalasi | 13 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-03-09 |
Tanggal Publikasi | 2016-03-09 |
Pengembang | vocativinteractive |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://goo.gl/SsAhv |
URL Halaman Bantuan | https://goo.gl/SsAhv |
Bahasa yang Didukung | 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" } } |