WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
StreamViz for LoL

StreamViz for LoL

View on Chrome Web Store
View StreamViz for LoL Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (6 ratings)
2 new ratings
6 views
This extension has been viewed 6 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.

Track live League of Legends match data on YouTube streams: champions, items, stats. Get detailed info with one click!
Type
Extension
Users
278 users
1
Trung Kiên
View author page of Trung Kiên
Published
Published on June 27, 2025
Version 1.6
Manifest version
3
Updated
Updated on August 31, 2025
make_chrome_yours/functionality
Extension Category
View on Chrome Web Store
View StreamViz for LoL 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",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionShortDescription__",
    "version": "1.6",
    "manifest_version": 3,
    "default_locale": "vi",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon_16x16.png",
        "48": "icon_48x48.png",
        "128": "icon_128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/watch*",
                "*:\/\/*.twitch.tv\/*",
                "*:\/\/*.onlive.vn\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "content-script.css"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon_16x16.png",
            "48": "icon_48x48.png",
            "128": "icon_128x128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "perk-images\/*\/*.webp"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.twitch.tv\/*",
                "*:\/\/*.onlive.vn\/*"
            ]
        }
    ]
}
© 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