Watch on Odysee

Watch on Odysee automatically redirects you to Odysee from YouTube when a video is also available there. Use this plugin to support…

Qu'est-ce que Watch on Odysee ?

Watch on Odysee est une extension Chrome développée par Odysee, et sa fonction principale est "Watch on Odysee automatically redirects you to Odysee from YouTube when a video is also available there. Use this plugin to support…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Watch on Odysee

Téléchargez les fichiers d'extension Watch on Odysee 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

                        Watch on Odysee automatically redirects you to Odysee from YouTube when a video is also available there. Use this plugin to support creators on Odysee and the Odysee platform.                    

Informations de Base sur l'Extension

Nom Watch on Odysee Watch on Odysee
ID kofmhmemalhemmpkfjhjfkkhifonoann
URL Officiel https://chromewebstore.google.com/detail/watch-on-odysee/kofmhmemalhemmpkfjhjfkkhifonoann
Description Watch on Odysee automatically redirects you to Odysee from YouTube when a video is also available there. Use this plugin to support…
Taille du Fichier 667 KB
Nombre d'Installations 3,402
Version Actuelle 2.0.0
Dernière Mise à Jour 2022-07-05
Date de Publication 2021-05-31
Évaluation 4.75/5 Total 48 Évaluations
Développeur Odysee
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/kodxana/Watch-on-Odysee
URL de la Page d'Aide https://github.com/kodxana/Watch-on-Odysee/issues
URL de la Page de Politique de Confidentialité https://odysee.com/$/tos
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Watch on Odysee",
    "version": "2.0.0",
    "icons": {
        "16": "assets\/icons\/wol\/icon16.png",
        "48": "assets\/icons\/wol\/icon48.png",
        "128": "assets\/icons\/wol\/icon128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/",
        "https:\/\/yewtu.be\/",
        "https:\/\/vid.puffyan.us\/",
        "https:\/\/invidio.xamh.de\/",
        "https:\/\/invidious.kavin.rocks\/",
        "https:\/\/api.odysee.com\/",
        "https:\/\/lbry.tv\/",
        "https:\/\/odysee.com\/",
        "https:\/\/madiator.com\/",
        "https:\/\/finder.madiator.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "pages\/popup\/index.html",
                "pages\/YTtoLBRY\/index.html",
                "pages\/import\/index.html",
                "assets\/icons\/lbry\/lbry-logo.svg",
                "assets\/icons\/lbry\/odysee-logo.svg",
                "assets\/icons\/lbry\/madiator-logo.svg"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "action": {
        "default_title": "Watch on Odysee",
        "default_popup": "pages\/popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/yewtu.be\/*",
                "https:\/\/vid.puffyan.us\/*",
                "https:\/\/invidio.xamh.de\/*",
                "https:\/\/invidious.kavin.rocks\/*"
            ],
            "js": [
                "scripts\/ytContent.js"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker-entry-point.js"
    }
}