Simple YouTube - A New Look for YouTube
A Flat Theme for YouTube that brings a Simple and Unified Interface.
Simple YouTube - A New Look for YouTubeคืออะไร?
Simple YouTube - A New Look for YouTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://endeavor.software และคุณลักษณะหลักของมันคือ "A Flat Theme for YouTube that brings a Simple and Unified Interface."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple YouTube - A New Look for YouTube
ดาวน์โหลดไฟล์ส่วนขยาย Simple YouTube - A New Look for YouTube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Have you ever wanted a new look for YouTube or a dark mode for late-night video watching? Simple YouTube brings a great new look to YouTube while keeping the same old YouTube feel making it a familiar yet new experience. Enjoy YouTube in the light theme, refine your night-viewing experience on YouTube with the dark theme, or even try out the experimental Material Design theme. You can change the theme by just opening the Simple YouTube button added to your Chrome Bar and set various options such as your current theme, your preferred color, and many other customization options We are not affiliated or an official YouTube extension. This extension was independently developed for use with YouTube.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ogcfkbfkogecfopkfkpjokjbpoihmhaa |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/simple-youtube-a-new-look/ogcfkbfkogecfopkfkpjokjbpoihmhaa |
คำอธิบาย | A Flat Theme for YouTube that brings a Simple and Unified Interface. |
ขนาดไฟล์ | 52.12 KB |
จำนวนการติดตั้ง | 157 |
เวอร์ชันปัจจุบัน | 6.3.0.0 |
อัปเดตครั้งล่าสุด | 2017-03-24 |
วันที่เผยแพร่ | 2017-03-24 |
คะแนน | 4.29/5 รวมทั้งหมด 41 คะแนน |
ผู้พัฒนา | https://endeavor.software |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_store |
เว็บไซต์ส่วนขยาย | https://endeavor.software |
URL หน้านโยบายความเป็นส่วนตัว | https://thelocken.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "short_name": "Simple YouTube", "name": "Simple YouTube - A New Look for YouTube", "author": "TheLocken.com", "description": "A Flat Theme for YouTube that brings a Simple and Unified Interface.", "homepage_url": "https:\/\/thelocken.com", "version": "6.3.0.0", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/ajax.googleapis.com https:\/\/thelocken.com https:\/\/ngmaterial.assets.s3.amazonaws.com https:\/\/www.google.com https:\/\/www.gstatic.com; object-src 'self'", "browser_action": { "default_icon": { "19": "Icon-19.png", "38": "Icon-38.png" }, "default_popup": "popup.html" }, "icons": { "16": "Icon-16.png", "48": "Icon-48.png", "128": "Icon-100.png" }, "permissions": [ "*:\/\/*.youtube.com\/*", "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "Dark_SimpleYouTube.css", "Main_SimpleYouTube.css", "Material_SimpleYouTube.css" ], "js": [ "Pre.js" ], "run_at": "document_start", "all_frames": true }, { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "Post.js" ], "run_at": "document_end", "all_frames": true } ], "web_accessible_resources": [ "popup.html" ] } |