Youtube subscriptions
Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube
Youtube subscriptionsคืออะไร?
Youtube subscriptions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย REKORD และคุณลักษณะหลักของมันคือ "Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube subscriptions
ดาวน์โหลดไฟล์ส่วนขยาย Youtube subscriptions ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The YouTube subscription itself is an application that allows you to quickly and conveniently keep track of the latest updates to your subscriptions without logging into the YouTube page. You just need to add the address of your channel once and for the last how many hours the published videos items you want to see. The application will only evolve and will add more and more new features just for your convenience.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Youtube subscriptions |
ID | bddhdhnlblfihpgogfinakagjkkcgnai |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-subscriptions/bddhdhnlblfihpgogfinakagjkkcgnai |
คำอธิบาย | Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube |
ขนาดไฟล์ | 13.78 KB |
จำนวนการติดตั้ง | 1,928 |
เวอร์ชันปัจจุบัน | 1.0.5 |
อัปเดตครั้งล่าสุด | 2021-02-15 |
วันที่เผยแพร่ | 2019-03-14 |
คะแนน | 2.82/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | REKORD |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/logo.png", "default_popup": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube", "icons": { "128": "icons\/logo.png" }, "manifest_version": 2, "name": "Youtube subscriptions", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.5" } |