YouTube Customizer
Customize your YouTube.
YouTube Customizerคืออะไร?
YouTube Customizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nibito และคุณลักษณะหลักของมันคือ "Customize your YouTube."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Customizer
ดาวน์โหลดไฟล์ส่วนขยาย YouTube Customizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Improve your video watching experience. Hide unnecessary elements on the page or within the player with this easy-to-use extension. With this extension now you can: - hide 'Share', 'Info', 'Watch more' buttons, - hide 'More videos' panel - make the title smaller, - enable full-screen mode on pages without this option. On YouTube page you can: - hide up next panel and comments, - disable autoplay. More options in the future.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YouTube Customizer |
ID | jjdpifbhmmdnkmndomeokjgnilcimoaj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-customizer/jjdpifbhmmdnkmndomeokjgnilcimoaj |
คำอธิบาย | Customize your YouTube. |
ขนาดไฟล์ | 41.9 KB |
จำนวนการติดตั้ง | 585 |
เวอร์ชันปัจจุบัน | 1.4.1 |
อัปเดตครั้งล่าสุด | 2023-10-09 |
วันที่เผยแพร่ | 2021-06-08 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Nibito |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://nibito.com/?ref=youtube_customizer |
URL หน้าช่วยเหลือ | https://nibito.com |
URL หน้านโยบายความเป็นส่วนตัว | https://nibito.com/privacy-policy?ref=chrome-store |
ภาษาที่รองรับ | en,pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Customizer", "version": "1.4.1", "description": "__MSG_extensionDescription__", "default_locale": "en", "icons": { "16": "resources\/icons\/icon_16.png", "18": "resources\/icons\/icon_18.png", "19": "resources\/icons\/icon_19.png", "32": "resources\/icons\/icon_32.png", "48": "resources\/icons\/icon_48.png", "64": "resources\/icons\/icon_64.png", "128": "resources\/icons\/icon_128.png" }, "browser_action": { "default_icon": { "16": "resources\/icons\/icon_16.png", "18": "resources\/icons\/icon_18.png", "19": "resources\/icons\/icon_19.png", "32": "resources\/icons\/icon_32.png", "48": "resources\/icons\/icon_48.png" }, "default_title": "YouTube Customizer", "default_popup": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "all_frames": true, "js": [ "shared.js", "inject.js" ], "css": [ "resources\/skin\/injectStyle.css" ] } ], "permissions": [ "storage" ] } |