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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Odysee และคุณลักษณะหลักของมันคือ "Watch on Odysee automatically redirects you to Odysee from YouTube when a video is also available there. Use this plugin to support…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Watch on Odysee

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}