YTLink
YTLink is a must-have Chrome Browser Extension for YouTube enthusiasts.
YTLinkคืออะไร?
YTLink เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://yt-link.com และคุณลักษณะหลักของมันคือ "YTLink is a must-have Chrome Browser Extension for YouTube enthusiasts."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YTLink
ดาวน์โหลดไฟล์ส่วนขยาย YTLink ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simplify your YouTube channel subscriptions and stay up-to-date with your favorite content creators effortlessly. With YTLink, you can enjoy a streamlined experience for tracking and accessing new videos from your preferred YouTube channels.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YTLink |
ID | doejjpejflaoklbclgimmgbkdpakogcb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ytlink/doejjpejflaoklbclgimmgbkdpakogcb |
คำอธิบาย | YTLink is a must-have Chrome Browser Extension for YouTube enthusiasts. |
ขนาดไฟล์ | 277 KB |
จำนวนการติดตั้ง | 17 |
เวอร์ชันปัจจุบัน | 3.1 |
อัปเดตครั้งล่าสุด | 2023-09-27 |
วันที่เผยแพร่ | 2020-01-19 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://yt-link.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://yt-link.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "background": { "service_worker": ".\/scripts\/listener.js" }, "action": { "default_icon": ".\/media\/Logos\/logo.png", "default_popup": "index.html" }, "content_scripts": [ { "js": [ ".\/scripts\/videoModal.js", ".\/scripts\/jquery-3.3.1.min.js" ], "matches": [ "https:\/\/yt-link.com\/*", "https:\/\/twitter.com\/*", "https:\/\/www.reddit.com\/*", "https:\/\/www.facebook.com\/*", "https:\/\/www.instagram.com\/*", "https:\/\/web.whatsapp.com\/*" ] } ], "description": "YTLink is a must-have Chrome Browser Extension for YouTube enthusiasts.", "icons": { "128": ".\/Media\/Logos\/icon128.png", "16": ".\/Media\/Logos\/icon16.png", "48": ".\/Media\/Logos\/icon48.png" }, "manifest_version": 3, "name": "YTLink", "host_permissions": [ "https:\/\/ajax.googleapis.com\/" ], "permissions": [ "activeTab", "storage", "alarms" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.1" } |