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…

什么是Watch on Odysee?

Watch on Odysee是由Odysee开发的Chrome扩展程序,该扩展的主要功能是“Watch on Odysee automatically redirects you to Odysee from YouTube when a video is also available there. Use this plugin to support…”。

扩展截图

screenshot

下载Watch on Odysee扩展crx文件

下载Watch on Odysee扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Watch on Odysee Watch on Odysee
ID kofmhmemalhemmpkfjhjfkkhifonoann
官方URL https://chromewebstore.google.com/detail/watch-on-odysee/kofmhmemalhemmpkfjhjfkkhifonoann
简介 Watch on Odysee automatically redirects you to Odysee from YouTube when a video is also available there. Use this plugin to support…
文件大小 667 KB
安装次数 3,402
当前版本 2.0.0
更新时间 2022-07-05
上架时间 2021-05-31
评分 4.75/5 共48次评分
开发者 Odysee
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/kodxana/Watch-on-Odysee
帮助页面URL https://github.com/kodxana/Watch-on-Odysee/issues
隐私政策页面URL https://odysee.com/$/tos
支持的语言 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"
    }
}