WebExtension.net
WebExtension.net

Play HLS

View on Chrome Web Store
View Play HLS Chrome Extension on Chrome Web Store
3.4 (36 ratings)

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

Play HLS urls in-browser
Type
Extension
Users
200,000 users
play-hls
View author page of play-hls
Published
Published on July 5, 2019
Version 1.7
Manifest version
2
Updated
Updated on October 28, 2022
View on Chrome Web Store
View Play HLS Chrome Extension on Chrome Web Store
productivity/developer
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "version": "1.7",
    "background": {
        "scripts": [
            "event.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Disable"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*.m3u8*",
                "*:\/\/*\/*.ts*"
            ]
        }
    ],
    "description": "Play HLS urls in-browser",
    "icons": {
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Play HLS",
    "permissions": [
        "*:\/\/*\/*m3u8*",
        "*:\/\/*\/*.ts*",
        "webRequest",
        "webRequestBlocking"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "*.html"
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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