OP.GG Champion Search
Quicken the search for champion data and builds.
OP.GG Champion Search là gì?
OP.GG Champion Search là một tiện ích mở rộng Chrome được phát triển bởi Andy Young, và tính năng chính của nó là "Quicken the search for champion data and builds.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng OP.GG Champion Search
Tải xuống các tệp mở rộng OP.GG Champion Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cleepiomfpglinoccjnhcccoeooklcki |
URL Chính Thức | https://chrome.google.com/webstore/detail/opgg-champion-search/cleepiomfpglinoccjnhcccoeooklcki |
Mô tả | Quicken the search for champion data and builds. |
Kích Thước Tệp | 67.2 KB |
Số Lần Cài Đặt | 2,000 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2017-02-24 |
Ngày Phát Hành | 2017-02-24 |
Đánh Giá | 4.20/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Andy Young |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |