OPEN IN VLC™ MEDIA PLAYER

Send audio and video streams directly to the well-known VLC™ media player * (Requires native client download)

Qu'est-ce que OPEN IN VLC™ MEDIA PLAYER ?

OPEN IN VLC™ MEDIA PLAYER est une extension Chrome développée par deltapps, et sa fonction principale est "Send audio and video streams directly to the well-known VLC™ media player * (Requires native client download)".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension OPEN IN VLC™ MEDIA PLAYER

Téléchargez les fichiers d'extension OPEN IN VLC™ MEDIA PLAYER au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Send media stream links from current tab to VLC MEDIA PLAYER
This extension observes network activity and offers "send-to-VLC" functionality when a streamable media is detected. This way you can watch media streams in your VLC media player instead of the built-in media player and use the power of VLC for watching or listening to media sources.
* Requires native client download                    

Informations de Base sur l'Extension

Nom OPEN IN VLC™ MEDIA PLAYER OPEN IN VLC™ MEDIA PLAYER
ID kgfmoklaodpeeldpdkakejcdlcekhdje
URL Officiel https://chromewebstore.google.com/detail/open-in-vlc-media-player/kgfmoklaodpeeldpdkakejcdlcekhdje
Description Send audio and video streams directly to the well-known VLC™ media player * (Requires native client download)
Taille du Fichier 433 KB
Nombre d'Installations 3,574
Version Actuelle 1.0.2
Dernière Mise à Jour 2023-04-23
Date de Publication 2021-10-11
Évaluation 4.00/5 Total 4 Évaluations
Développeur deltapps
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://asaraha.com/deltapps/
URL de la Page d'Aide https://asaraha.com/deltapps/contact/
URL de la Page de Politique de Confidentialité https://asaraha.com/deltapps
Langues Prises en Charge de,en,fr,nl,da,et,it,hu,fi,cs,el,bg,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OPEN IN VLC\u2122 MEDIA PLAYER",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.2",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "contextMenus",
        "nativeMessaging",
        "webRequest",
        "*:\/\/*\/*.m3u8*",
        "*:\/\/*\/*.mpd*",
        ""
    ],
    "background": {
        "scripts": [
            "common.js"
        ]
    },
    "homepage_url": "https:\/\/asaraha.com\/deltapps\/",
    "icons": {
        "16": "data\/icons\/16.png",
        "19": "data\/icons\/19.png",
        "32": "data\/icons\/32.png",
        "38": "data\/icons\/38.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "options_ui": {
        "page": "data\/options\/index.html",
        "chrome_style": true
    },
    "page_action": {
        "default_title": "__MSG_page_action__"
    },
    "web_accessible_resources": [
        "\/data\/inject\/*",
        "\/data\/inject\/index.js",
        "\/data\/web\/*",
        "\/data\/web\/open.html",
        "\/data\/web\/play.html",
        "\/data\/",
        "data\/p\/index.html",
        "128.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}