Nova YouTube™
YouTube™ Enhancer
Nova YouTube™คืออะไร?
Nova YouTube™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย raingart และคุณลักษณะหลักของมันคือ "YouTube™ Enhancer"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nova YouTube™
ดาวน์โหลดไฟล์ส่วนขยาย Nova YouTube™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Wiki: https://github.com/raingart/Nova-YouTube-extension/wiki/plugins Demo settings: https://raingart.github.io/options.html#demo
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | miiheelkbegpkflplpmmkidaklfgjecb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/nova-youtube/miiheelkbegpkflplpmmkidaklfgjecb |
คำอธิบาย | YouTube™ Enhancer |
ขนาดไฟล์ | 170 KB |
จำนวนการติดตั้ง | 768 |
เวอร์ชันปัจจุบัน | 1.26.2.1 |
อัปเดตครั้งล่าสุด | 2022-05-29 |
วันที่เผยแพร่ | 2020-06-28 |
คะแนน | 3.82/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | raingart |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/raingart/Nova-YouTube-extension |
URL หน้าช่วยเหลือ | https://github.com/raingart/Nova-YouTube-extension/issues |
ภาษาที่รองรับ | de,en,fr,tr,es,zh-CN,ja,ko |
manifest.json | |
{ "manifest_version": 2, "name": "Nova YouTube\u2122", "short_name": "NovaTube", "description": "__MSG_app_description__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "minimum_chrome_version": "80.0", "version": "1.26.2.1", "author": "raingart", "icons": { "16": "\/icons\/16.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" }, "permissions": [ "storage" ], "background": { "page": "\/html\/background.html", "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*", "https:\/\/*.youtube-nocookie.com\/*" ], "exclude_matches": [ "https:\/\/*.youtube.com\/*.xml*", "https:\/\/*.youtube.com\/error*", "https:\/\/music.youtube.com\/*", "https:\/\/accounts.youtube.com\/*" ], "run_at": "document_start", "all_frames": true, "js": [ "\/js\/libs\/storage.js", "\/js\/plugins.js", "\/js\/loader.js" ] } ], "web_accessible_resources": [ "\/plugins\/*" ], "options_page": "\/html\/options.html?tabs=tab-plugins", "browser_action": { "default_popup": "\/html\/options.html" } } |