OP.GG Champion Search
Quicken the search for champion data and builds.
OP.GG Champion Search क्या है?
OP.GG Champion Search Andy Young द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quicken the search for champion data and builds."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में OP.GG Champion Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" } } |