you style
Reorgnize the layout of youtube
什麼是you style?
you style是由zhenghuadai開發的Chrome擴展程式,該擴展的主要功能是“Reorgnize the layout of youtube”。
擴展截圖
下載you style擴展crx文件
下載you style擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The ui modual of youtube is reorganized.
* For the Style Tight, the Comments, the Related and the List are tabulated into right sidebar. So you can watch video while watching the comments,related video or list.
* Automatically click the "Skip" button when it appears for advertisements.
* Add Loop button near the play button. 擴展基本資訊
| 名稱 | |
| ID | kmeggnehaninleodkobioidpmlaodamd |
| 官方網址 | https://chromewebstore.google.com/detail/you-style/kmeggnehaninleodkobioidpmlaodamd |
| 簡介 | Reorgnize the layout of youtube |
| 檔案大小 | 53.87 KB |
| 安裝次數 | 604 |
| 目前版本 | 1.3.17 |
| 更新時間 | 2023-11-15 |
| 上架時間 | 2018-09-02 |
| 評分 | 4.04/5 共 23 次評分 |
| 開發者 | zhenghuadai |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "you style",
"short_name": "youstyle",
"version": "1.3.17",
"default_locale": "en",
"description": "Reorgnize the layout of youtube",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline';"
},
"icons": {
"16": "images\/youtubeStyle16.png",
"48": "images\/youtubeStyle48.png",
"128": "images\/youtubeStyle128.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"js": [
"jquery-3.3.1.min.js",
"chrome.min.js"
],
"matches": [
"https:\/\/*.youtube.com\/*"
],
"css": [
"youtubestyle.css"
],
"run_at": "document_idle"
}
],
"action": {
"default_icon": {
"19": "images\/youtubeStyle19.png",
"38": "images\/youtubeStyle38.png"
},
"default_title": "you style",
"default_popup": "menu.html"
},
"host_permissions": [
"https:\/\/*.youtube.com\/*"
]
} | |