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…

Hvad er Watch on Odysee?

Watch on Odysee er en Chrome-udvidelse udviklet af Odysee, og dens hovedfunktion er "Watch on Odysee automatically redirects you to Odysee from YouTube when a video is also available there. Use this plugin to support…".

Udvidelsesskærmbilleder

screenshot

Download Watch on Odysee-udvidelses-CRX-fil

Download Watch on Odysee-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Watch on Odysee Watch on Odysee
ID kofmhmemalhemmpkfjhjfkkhifonoann
Officiel URL https://chromewebstore.google.com/detail/watch-on-odysee/kofmhmemalhemmpkfjhjfkkhifonoann
Beskrivelse Watch on Odysee automatically redirects you to Odysee from YouTube when a video is also available there. Use this plugin to support…
Filstørrelse 667 KB
Antal Installationer 3,402
Nuværende Version 2.0.0
Senest Opdateret 2022-07-05
Udgivelsesdato 2021-05-31
Bedømmelse 4.75/5 Samlet 48 Bedømmelser
Udvikler Odysee
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/kodxana/Watch-on-Odysee
Hjælpeside-URL https://github.com/kodxana/Watch-on-Odysee/issues
URL til Fortrolighedspolitik Side https://odysee.com/$/tos
Understøttede Sprog 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"
    }
}