Naming Wrongs

Righting naming wrongs.

ما هو Naming Wrongs؟

Naming Wrongs هو إضافة Chrome تم تطويرها بواسطة jpnance، والميزة الرئيسية لها هي "Righting naming wrongs.".

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

screenshot

تحميل ملف CRX للإضافة Naming Wrongs

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

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

                        On several sports media sites, this extension replaces the corporate-sponsored names of stadiums, arenas, and bowl games with their original and better-known names. The list of sites the extension works on, as well as the names it affects, can be found at http://www.coinflipper.org/~jpnance/wrongs.php. The replacement list is far from complete so, if you see something missing or want this to work on a different site, please email [email protected] or leave feedback here!                    

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

الاسم Naming Wrongs Naming Wrongs
ID imoflnaehimpoefaeljfkllbgkdopgnb
عنوان URL الرسمي https://chromewebstore.google.com/detail/naming-wrongs/imoflnaehimpoefaeljfkllbgkdopgnb
الوصف Righting naming wrongs.
حجم الملف 5.49 KB
عدد التثبيتات 88
النسخة الحالية 2.1
آخر تحديث 2016-12-27
تاريخ النشر 2016-12-27
تقييم 4.40/5 مجموع تقييمات 5
المطور jpnance
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Naming Wrongs",
    "version": "2.1",
    "description": "Righting naming wrongs.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "wrongs.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "wrongs.json"
    ]
}