OP.GG Extension

Automatically proceed with multi-search, champion analysis, and rune settings to make your games more comfortable.

OP.GG Extension란 무엇입니까?

OP.GG Extension은(는) OP.GG에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically proceed with multi-search, champion analysis, and rune settings to make your games more comfortable."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

OP.GG Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Switch over to our new & improved Desktop App! [OP.GG for Desktop]
https://bit.ly/3xHik67

* Available in all regions except Korea server.

Chrome extension makes OP.GG easier!
Start using OP.GG automatically. When the game starts, it automatically proceeds with multi-search, champion analysis, and rune settings depending on the situation.
OP.GG Extension is currently in beta testing. We'll take your feedback and come with a better service.


Key features

- Automatic Multi-Search
Now don't need to copy/paste to multi-search.
When the game starts, the summary of your team members will automatically appear on OP.GG.


- Champion Statistics
Check the champion analysis page with the champion that you choose.
Extension will automatically show the champion analysis page when you choose a champion.



- Automatic Rune Settings
If you are having hard time changing rune right before the game starts, check out the automatic rune settings feature.
Extension will automatically set your rune with the most popular one based on our champion analysis data.                    

확장 프로그램 기본 정보

이름 OP.GG Extension OP.GG Extension
ID gbipjohhadjcagjjjhcooalfnkdlnfim
공식 URL https://chromewebstore.google.com/detail/opgg-extension/gbipjohhadjcagjjjhcooalfnkdlnfim
설명 Automatically proceed with multi-search, champion analysis, and rune settings to make your games more comfortable.
파일 크기 158 KB
설치 횟수 87,189
현재 버전 1.1.8
최근 업데이트 2021-05-21
출시 날짜 2020-05-18
평점 2.65/5 총 521 개의 평점
개발자 OP.GG
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://op.gg
도움말 페이지 URL http://op.gg/extension
개인정보 보호 정책 페이지 URL http://www.op.gg/about/privacy
지원되는 언어 en,es,pt-BR,pt-PT,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OP.GG Extension",
    "default_locale": "en",
    "version": "1.1.8",
    "description": "__MSG_appDescription__",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "OP.GG Extension",
        "default_popup": "options.html",
        "default_icon": "icon36.png"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/127.0.0.1\/*",
        "http:\/\/127.0.0.1\/*",
        "*:\/\/*.op.gg\/*",
        "file:\/\/\/*\/GameLogs\/*",
        "webRequest",
        "storage",
        "background",
        "https:\/\/tft.lol\/*"
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/127.0.0.1\/*",
            "*:\/\/*.op.gg\/*"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}