OP.GG Champion Search

Quicken the search for champion data and builds.

ما هو OP.GG Champion Search؟

OP.GG Champion Search هو إضافة Chrome تم تطويرها بواسطة Andy Young، والميزة الرئيسية لها هي "Quicken the search for champion data and builds.".

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

تحميل ملف CRX للإضافة OP.GG Champion Search

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

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

                        An extension that helps you access the opgg analytics page in a MUCH faster way.

Installation is easy, just visit the chrome web store link and install it, simple as that. The extension runs automatically in the background and detects summoner searches with the same name as champions. You can hide the extension's icon from the top right of your browser by right-clicking on it and selecting "Hide from Chrome Menu".

Usage is simple, you can search for the champion the same way you search for a summoner. If the summoner name is the same as a champion's name, it'll redirect you to the analytics page.                    

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

الاسم OP.GG Champion Search OP.GG Champion Search
ID cleepiomfpglinoccjnhcccoeooklcki
عنوان URL الرسمي https://chrome.google.com/webstore/detail/opgg-champion-search/cleepiomfpglinoccjnhcccoeooklcki
الوصف Quicken the search for champion data and builds.
حجم الملف 67.2 KB
عدد التثبيتات 2,000
النسخة الحالية 1.1
آخر تحديث 2017-02-24
تاريخ النشر 2017-02-24
تقييم 4.20/5 مجموع تقييمات 5
المطور Andy Young
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OP.GG Champion Search",
    "description": "Quicken the search for champion data and builds.",
    "version": "1.1",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.op.gg\/*"
            ],
            "js": [
                "custom.js",
                "jquery-3.1.0.min.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "opgg16.png"
    },
    "icons": {
        "16": "opgg16.png",
        "48": "opgg48.png",
        "128": "opgg128.png"
    }
}