Esporks

Replaces the text 'Esports' with 'Esporks'.

ما هو Esporks؟

Esporks هو إضافة Chrome تم تطويرها بواسطة chhopsky، والميزة الرئيسية لها هي "Replaces the text 'Esports' with 'Esporks'.".

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

screenshot

تحميل ملف CRX للإضافة Esporks

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

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

                        Esporks is real.

Changelog:

1.2.1 - Fixed a bug where plugin had changed text inside its own source code to Esporks. Preventative anti-Skynet safety net code added.
1.2- Fixed a bug where live text typed into the browser would change Esports to Esporks.
1.1 -  Major performance increases, reworked classification engine.
1.0.1 - Cosmetic fixes.  Added support for "e-sporks".
1.0 - Initial release.                    

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

الاسم Esporks Esporks
ID mlffeniaafpgljhlipaddbkhfppfgojl
عنوان URL الرسمي https://chromewebstore.google.com/detail/esporks/mlffeniaafpgljhlipaddbkhfppfgojl
الوصف Replaces the text 'Esports' with 'Esporks'.
حجم الملف 10.64 KB
عدد التثبيتات 34
النسخة الحالية 1.2.1
آخر تحديث 2016-08-23
تاريخ النشر 2016-08-22
تقييم 4.86/5 مجموع تقييمات 7
المطور chhopsky
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Esporks",
    "version": "1.2.1",
    "description": "Replaces the text 'Esports' with 'Esporks'.",
    "icons": {
        "128": "esporksicon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "esporksicon.png",
        "default_popup": "popup.html"
    }
}