EveryTube
Populates your YouTube Subscriptions page with content from other video platforms. Currently supports Bitchute and Odysee.com.
EveryTubeคืออะไร?
EveryTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย www.odwyer.software และคุณลักษณะหลักของมันคือ "Populates your YouTube Subscriptions page with content from other video platforms. Currently supports Bitchute and Odysee.com."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EveryTube
ดาวน์โหลดไฟล์ส่วนขยาย EveryTube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you to keep up to date with creators who don't have a YouTube account right from your YouTube subscriptions page. Everything in one place 👍 How to use: 1. Visit the other video sites (Bitchute or Odysee) and login to them using your web browser as normal. 2. Visit your YouTube Subscriptions page (https://www.youtube.com/feed/subscriptions) 3. You should now see content from all video sites listed on that page. Common Issues: 1. If for some reason you don't see the content on the YouTube page, but you are logged in to the other video sites, wait 5 minutes and try again (EveryTube takes that long to update sometimes). FAQs: Q: Does EveryTube access my login username or password in any way? A: No.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | EveryTube |
ID | emegoeklfbjgngcomlbmdjcmbaeilhhd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/everytube/emegoeklfbjgngcomlbmdjcmbaeilhhd |
คำอธิบาย | Populates your YouTube Subscriptions page with content from other video platforms. Currently supports Bitchute and Odysee.com. |
ขนาดไฟล์ | 1.06 MB |
จำนวนการติดตั้ง | 183 |
เวอร์ชันปัจจุบัน | 0.2.6 |
อัปเดตครั้งล่าสุด | 2022-09-12 |
วันที่เผยแพร่ | 2020-09-09 |
คะแนน | 4.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | www.odwyer.software |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/project-49476/EveryTube |
URL หน้าช่วยเหลือ | https://github.com/project-49476/EveryTube |
URL หน้านโยบายความเป็นส่วนตัว | https://github.com/project-49476/EveryTube/wiki/Privacy-Policy |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EveryTube", "description": "Populates your YouTube Subscriptions page with content from other video platforms. Currently supports Bitchute and Odysee.com.", "version": "0.2.6", "icons": { "128": "images\/icon-128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "css": [ "style.css" ], "js": [ "content.js" ], "run_at": "document_idle" } ], "permissions": [ "cookies", "unlimitedStorage", "history", "storage" ], "host_permissions": [ "https:\/\/www.youtube.com\/*", "https:\/\/www.odysee.com\/*", "https:\/\/odysee.com\/*", "https:\/\/www.bitchute.com\/", "https:\/\/lbry.tv\/", "https:\/\/lbry.tv\/$\/following", "https:\/\/api.lbry.tv\/*", "https:\/\/api.lbry.com\/*" ], "manifest_version": 3 } |