It's Video Games

Replaces the text 'videogames' with 'video games' the way the author no doubt intended.

ما هو It's Video Games؟

It's Video Games هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Replaces the text 'videogames' with 'video games' the way the author no doubt intended.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة It's Video Games

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

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

                        We all know 'video games' is properly spelled as two words. Some people just accidentally write it as if it's a compound word. This extension simply corrects that mistake for them, sparing you any uncomfortable discussions with your favorite web authors.                    

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

الاسم It's Video Games It's Video Games
ID bpljcfihdpogcmgmpboahejajkffhnfo
عنوان URL الرسمي https://chromewebstore.google.com/detail/its-video-games/bpljcfihdpogcmgmpboahejajkffhnfo
الوصف Replaces the text 'videogames' with 'video games' the way the author no doubt intended.
حجم الملف 8.29 KB
عدد التثبيتات 80
النسخة الحالية 1.0.1
آخر تحديث 2014-07-15
تاريخ النشر 2014-07-14
تقييم 4.75/5 مجموع تقييمات 4
المطور Unknown
نوع الدفع free
موقع الإضافة https://github.com/tabacco/its-video-games
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "It's Video Games",
    "version": "1.0.1",
    "description": "Replaces the text 'videogames' with 'video games' the way the author no doubt intended.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}