WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
TTV LOL PRO

TTV LOL PRO

View on Chrome Web Store
View TTV LOL PRO Chrome Extension on Chrome Web Store
Add to bookmarks
3.6 (310 ratings)
1 new ratings
117 views
This extension has been viewed 117 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

TTV LOL PRO removes most livestream ads from Twitch.
Type
Extension
Users
200,000 users
100K
Younes Aassila
View author page of Younes Aassila
Published
Published on June 5, 2023
Version 2.5.0
Manifest version
3
Updated
Updated on June 30, 2025
lifestyle/social
Extension Category
View on Chrome Web Store
View TTV LOL PRO Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TTV LOL PRO",
    "description": "TTV LOL PRO removes most livestream ads from Twitch.",
    "homepage_url": "https:\/\/github.com\/younesaassila\/ttv-lol-pro",
    "version": "2.5.0",
    "background": {
        "service_worker": "background.d3841f1b.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset",
                "enabled": true,
                "path": "ruleset.143dee44.json"
            }
        ]
    },
    "action": {
        "default_icon": {
            "128": "icon.29e374c2.png"
        },
        "default_title": "TTV LOL PRO",
        "default_popup": "menu.f143907c.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*",
                "https:\/\/m.twitch.tv\/*"
            ],
            "js": [
                "content.5e671474.js"
            ],
            "run_at": "document_start",
            "css": []
        }
    ],
    "icons": {
        "128": "icon.29e374c2.png"
    },
    "options_ui": {
        "browser_style": false,
        "open_in_tab": true,
        "page": "options\/page.html"
    },
    "permissions": [
        "declarativeNetRequest",
        "proxy",
        "storage",
        "tabs",
        "webRequest",
        "webRequestAuthProvider"
    ],
    "host_permissions": [
        "https:\/\/*.live-video.net\/*",
        "https:\/\/*.ttvnw.net\/*",
        "https:\/\/*.twitch.tv\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "setup\/page.html"
            ],
            "matches": [],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*",
                "https:\/\/m.twitch.tv\/*"
            ],
            "resources": [
                "page.fb072804.js",
                "worker.c0b1c581.js"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top