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.

ما هو Bad Grammar؟

Bad Grammar هو إضافة Chrome تم تطويرها بواسطة vocativinteractive، والميزة الرئيسية لها هي "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.".

تحميل ملف CRX للإضافة Bad Grammar

قم بتنزيل ملفات الامتداد Bad Grammar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Bad Grammar Bad Grammar
ID londgekpgonfdkegomlndocggleeeifa
عنوان URL الرسمي https://chromewebstore.google.com/detail/bad-grammar/londgekpgonfdkegomlndocggleeeifa
الوصف 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.
حجم الملف 17.81 KB
عدد التثبيتات 13
النسخة الحالية 1.0
آخر تحديث 2016-03-09
تاريخ النشر 2016-03-09
المطور vocativinteractive
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://goo.gl/SsAhv
عنوان صفحة المساعدة https://goo.gl/SsAhv
اللغات المدعومة 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"
    }
}