opgg adblock

block ads on opgg

What is opgg adblock?

opgg adblock is a Chrome extension developed by entroy, and its main feature is "block ads on opgg".

Extension Screenshots

screenshot

Download opgg adblock Extension CRX File

Download opgg adblock 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

                        blocking ads on opgg website                    

Extension Basic Information

Name opgg adblock opgg adblock
ID epgompfelbjdpkmhmdkilhachongdmhe
Official URL https://chromewebstore.google.com/detail/opgg-adblock/epgompfelbjdpkmhmdkilhachongdmhe
Description block ads on opgg
File Size 183 KB
Installation Count 278
Current Version 1.0.1
Last Updated 2020-10-06
Publish Date 2020-10-06
Rating 5.00/5 Total 1 Ratings
Developer entroy
Email [email protected]
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "opgg adblock",
    "description": "block ads on opgg",
    "version": "1.0.1",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "jquery.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.op.gg\/*"
            ],
            "js": [
                "jquery.js",
                "execute.js"
            ]
        }
    ]
}