Better Youtube Subscriptions
A better way to watch your subscriptions
Better Youtube Subscriptionsคืออะไร?
Better Youtube Subscriptions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lucamatthewdecaprio และคุณลักษณะหลักของมันคือ "A better way to watch your subscriptions"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better Youtube Subscriptions
ดาวน์โหลดไฟล์ส่วนขยาย Better Youtube Subscriptions ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Embedded Video player onto page without needing any page transitions. Supports commenting, rating and all YouTube pages! Once you try it you wont be able to use YouTube again without it! Now Compatible with YouTube's Material Update
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Better Youtube Subscriptions |
ID | kgicdngjllamjgijagdkoalhkpplipnd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/better-youtube-subscripti/kgicdngjllamjgijagdkoalhkpplipnd |
คำอธิบาย | A better way to watch your subscriptions |
ขนาดไฟล์ | 158 KB |
จำนวนการติดตั้ง | 2,159 |
เวอร์ชันปัจจุบัน | 1.4.3 |
อัปเดตครั้งล่าสุด | 2023-04-21 |
วันที่เผยแพร่ | 2017-05-12 |
คะแนน | 4.80/5 รวมทั้งหมด 240 คะแนน |
ผู้พัฒนา | lucamatthewdecaprio |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.4.3", "manifest_version": 2, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAo22q7ayGvq9m1bKKmAWIVZoWD6ibWpijZt+rgVSzMsbbVSzkRg+vxNbW2G2s6j6FS+MpKZiM3obU76h2KEonWVGYi7bEBG\/xJcwYTj9ADn+shanZCrmUhQ6PckiGwXbXt24T1gG02upKZk9\/QL5S6YG1tlRTt2t737j\/stSRzxtFvfRz2MZ0dJvSJ55rICLLBeR0g27ixfO6aTlEyuOExi\/Pc4leXiKh\/f5yGbGiPSu3nBXvy+MY7+ZRHtwBSQck1MukMqUBhj3IoEGlFbriJBgM9bnry\/kIzNm7\/cmrAXW8S425zpl+lRvhBOZe7CweND98c+c4tELBqXiQ7y5nMwIDAQAB", "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "identity", "storage", "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "oauth2": { "client_id": "541131222563-t608ln9erac6mcnou1ntqoiks16rpkpn.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/youtube", "https:\/\/www.googleapis.com\/auth\/youtube.force-ssl" ] }, "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "css": [ "main.css", "lity.min.css" ], "js": [ "jquery-3.1.1.min.js", "lity.min.js", "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "options_page": "options.html", "web_accessible_resources": [ "scripts\/yt-API.js", "scripts\/options.js", "icon-128.png" ], "content_security_policy": "script-src 'self' https:\/\/donorbox.org\/embed\/support-better-youtube-subscriptions https:\/\/ssl.google-analytics.com https:\/\/donorbox.org\/widget.js; object-src 'self'" } |