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…

Cos'è Watch on Odysee?

Watch on Odysee è un'estensione di Chrome sviluppata da Odysee, e la sua funzione principale è "Watch on Odysee automatically redirects you to Odysee from YouTube when a video is also available there. Use this plugin to support…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Watch on Odysee

Scarica i file di estensione Watch on Odysee in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Watch on Odysee Watch on Odysee
ID kofmhmemalhemmpkfjhjfkkhifonoann
URL Ufficiale https://chromewebstore.google.com/detail/watch-on-odysee/kofmhmemalhemmpkfjhjfkkhifonoann
Descrizione Watch on Odysee automatically redirects you to Odysee from YouTube when a video is also available there. Use this plugin to support…
Dimensione del File 667 KB
Conteggio Installazioni 3,402
Versione Corrente 2.0.0
Ultimo Aggiornamento 2022-07-05
Data di Pubblicazione 2021-05-31
Valutazione 4.75/5 Totale 48 Valutazioni
Sviluppatore Odysee
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/kodxana/Watch-on-Odysee
URL della Pagina di Aiuto https://github.com/kodxana/Watch-on-Odysee/issues
URL della Pagina della Politica sulla Privacy https://odysee.com/$/tos
Lingue Supportate 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"
    }
}