WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Play in VLC™

Play in VLC™

View on Chrome Web Store
View Play in VLC™ Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (22 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.

Detect streamable video and audio sources and offer to play them in VLC multimedia player
Type
Extension
Users
10,000 users
emano.waldeck
View author page of emano.waldeck
Published
Published on April 4, 2018
Version 0.2.0
Manifest version
3
Updated
Updated on March 9, 2024
productivity/workflow
Extension Category
View on Chrome Web Store
View Play in VLC™ 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,
    "version": "0.2.0",
    "name": "Play in VLC\u2122",
    "description": "Detect streamable video and audio sources and offer to play them in VLC multimedia player",
    "icons": {
        "16": "\/data\/icons\/16.png",
        "32": "\/data\/icons\/32.png",
        "48": "\/data\/icons\/48.png",
        "64": "\/data\/icons\/64.png",
        "128": "\/data\/icons\/128.png",
        "256": "\/data\/icons\/256.png"
    },
    "homepage_url": "https:\/\/webextension.org\/listing\/play-in.html",
    "offline_enabled": true,
    "permissions": [
        "webRequest",
        "scripting",
        "storage",
        "notifications",
        "nativeMessaging",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "options_ui": {
        "page": "\/data\/options\/index.html"
    },
    "action": []
}
© 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