YouTube Enhancement Suite (YES)
A lightweight extension for enriching your YouTube experience.
什麼是YouTube Enhancement Suite (YES)?
YouTube Enhancement Suite (YES)是由Anant Mishra開發的Chrome擴展程式,該擴展的主要功能是“A lightweight extension for enriching your YouTube experience.”。
擴展截圖
下載YouTube Enhancement Suite (YES)擴展crx文件
下載YouTube Enhancement Suite (YES)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
✔ Removes annoying end-cards on YT videos. ✔ Lightweight: good on your RAM. ✔ More immersive movies: button to hide the top and bottom bar while watching (keyboard shortcut: 'h') ✔ Volume control with keyboard ('a' and 'd' keys). ✔ Display remaining time on the video. ✔ Display at what time the video ends. ✔ Combine with existing shortcuts of YT: c, m, j, k, l, h, a, d for complete experience.
擴展基本資訊
名稱 | YouTube Enhancement Suite (YES) |
ID | glemnkobkfifhjpmebpoafilpkmamhoj |
官方網址 | https://chromewebstore.google.com/detail/youtube-enhancement-suite/glemnkobkfifhjpmebpoafilpkmamhoj |
簡介 | A lightweight extension for enriching your YouTube experience. |
檔案大小 | 24.38 KB |
安裝次數 | 60 |
目前版本 | 1.7.2 |
更新時間 | 2020-12-12 |
上架時間 | 2020-12-11 |
評分 | 5.00/5 共 3 次評分 |
開發者 | Anant Mishra |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Enhancement Suite (YES)", "version": "1.7.2", "description": "A lightweight extension for enriching your YouTube experience.", "manifest_version": 2, "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "core.min.js" ], "css": [ "style.min.css" ] } ] } |