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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically proceed with multi-search, champion analysis, and rune settings to make your games more comfortable."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में OP.GG Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}