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…

Wat is Watch on Odysee?

Watch on Odysee is een Chrome-extensie ontwikkeld door Odysee, en de belangrijkste functie is "Watch on Odysee automatically redirects you to Odysee from YouTube when a video is also available there. Use this plugin to support…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Watch on Odysee

Download Watch on Odysee-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Watch on Odysee Watch on Odysee
ID kofmhmemalhemmpkfjhjfkkhifonoann
Officiële URL https://chromewebstore.google.com/detail/watch-on-odysee/kofmhmemalhemmpkfjhjfkkhifonoann
Beschrijving Watch on Odysee automatically redirects you to Odysee from YouTube when a video is also available there. Use this plugin to support…
Bestandsgrootte 667 KB
Aantal Installaties 3,402
Huidige Versie 2.0.0
Laatst Bijgewerkt 2022-07-05
Publicatiedatum 2021-05-31
Beoordeling 4.75/5 Totaal 48 Beoordelingen
Ontwikkelaar Odysee
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/kodxana/Watch-on-Odysee
Help Pagina-URL https://github.com/kodxana/Watch-on-Odysee/issues
URL van de Privacybeleid Pagina https://odysee.com/$/tos
Ondersteunde Talen 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"
    }
}