OP.GG Summoner Search
Search for the games that you have played with a certain summoner.
What is OP.GG Summoner Search?
OP.GG Summoner Search is a Chrome extension developed by Andy Young, and its main feature is "Search for the games that you have played with a certain summoner.".
Extension Screenshots
Download OP.GG Summoner Search Extension CRX File
Download OP.GG Summoner Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | OP.GG Summoner Search |
ID | dfnoddgekoeiljeaekobnchnedoipgpc |
Official URL | https://chromewebstore.google.com/detail/opgg-summoner-search/dfnoddgekoeiljeaekobnchnedoipgpc |
Description | Search for the games that you have played with a certain summoner. |
File Size | 38.56 KB |
Installation Count | 3,178 |
Current Version | 3.0 |
Last Updated | 2020-06-20 |
Publish Date | 2020-06-20 |
Rating | 4.22/5 Total 18 Ratings |
Developer | Andy Young |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |