Minimal Youtube theme
Make youtube boring and calm
Minimal Youtube themeคืออะไร?
Minimal Youtube theme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rafi และคุณลักษณะหลักของมันคือ "Make youtube boring and calm"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Minimal Youtube theme
ดาวน์โหลดไฟล์ส่วนขยาย Minimal Youtube theme ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It hides some elements in the youtube to make it less distracting and more enjoyable.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Minimal Youtube theme |
ID | ccplmbjcmgejfkggenhjagijijklnacm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/minimal-youtube-theme/ccplmbjcmgejfkggenhjagijijklnacm |
คำอธิบาย | Make youtube boring and calm |
ขนาดไฟล์ | 26.36 KB |
จำนวนการติดตั้ง | 175 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2022-09-07 |
วันที่เผยแพร่ | 2022-08-28 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Rafi |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Rafi993/minimal-youtube-theme |
URL หน้าช่วยเหลือ | https://github.com/Rafi993/minimal-youtube-theme/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Minimal Youtube theme", "description": "Make youtube boring and calm", "version": "0.0.3", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_end", "css": [ "main.10a003bc.css" ], "js": [ "main.da0dd1a7.js" ] } ], "action": { "default_title": "Options", "default_popup": "options.818d1ab0.html" }, "icons": { "16": "icon16.cf8ed879.png", "32": "icon32.1f1b0c61.png", "48": "icon48.6b8809b5.png", "128": "icon128.12662906.png" } } |