OP.GG Summoner Search
Search for the games that you have played with a certain summoner.
OP.GG Summoner Searchとは何ですか?
OP.GG Summoner SearchはAndy Youngによって開発されたChromeの拡張機能で、その主な機能は「Search for the games that you have played with a certain summoner.」です。
拡張機能のスクリーンショット
OP.GG Summoner Search拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" } } |