OP.GG Summoner Search

Search for the games that you have played with a certain summoner.

OP.GG Summoner Searchคืออะไร?

OP.GG Summoner Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andy Young และคุณลักษณะหลักของมันคือ "Search for the games that you have played with a certain summoner."

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OP.GG Summoner Search

ดาวน์โหลดไฟล์ส่วนขยาย OP.GG Summoner Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This chrome extension adds another search bar to a summoners' opgg page that allows you to search for the games played with another summoner. It also adds a "Load All Games" button that will automatically load all games that is stored on the opgg database.

As of 6/20/2020, 4 years since the last update, the extension has been completely refactored with much cleaner code. It is now truly as lightweight and optimized as possible with very efficient and clean code.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ OP.GG Summoner Search OP.GG Summoner Search
ID dfnoddgekoeiljeaekobnchnedoipgpc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/opgg-summoner-search/dfnoddgekoeiljeaekobnchnedoipgpc
คำอธิบาย Search for the games that you have played with a certain summoner.
ขนาดไฟล์ 38.56 KB
จำนวนการติดตั้ง 3,178
เวอร์ชันปัจจุบัน 3.0
อัปเดตครั้งล่าสุด 2020-06-20
วันที่เผยแพร่ 2020-06-20
คะแนน 4.22/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา Andy Young
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OP.GG Summoner Search",
    "description": "Search for the games that you have played with a certain summoner.",
    "version": "3.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.op.gg\/summoner\/userName=*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "opgg16.png",
        "48": "opgg48.png",
        "128": "opgg128.png"
    }
}