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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}