RotateYoutube
Rotate Youtube Videos
什麼是RotateYoutube?
RotateYoutube是由TheMasterKey開發的Chrome擴展程式,該擴展的主要功能是“Rotate Youtube Videos”。
擴展截圖
下載RotateYoutube擴展crx文件
下載RotateYoutube擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Rotate Youtube Videos for Fun 擴展基本資訊
| 名稱 | |
| ID | odhcpcjgkejkhnljelfacpkgmhpllinc |
| 官方網址 | https://chrome.google.com/webstore/detail/odhcpcjgkejkhnljelfacpkgmhpllinc |
| 簡介 | Rotate Youtube Videos |
| 檔案大小 | 13.37 KB |
| 安裝次數 | 133 |
| 目前版本 | 1.0.0 |
| 更新時間 | 2020-03-22 |
| 上架時間 | 2020-03-22 |
| 開發者 | TheMasterKey |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "RotateYoutube",
"version": "1.0.0",
"description": "Rotate Youtube Videos",
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"https:\/\/*.youtube.com\/*"
],
"js": [
"content.js"
],
"css": [
"content.css"
],
"run_at": "document_end"
}
],
"icons": {
"16": "Icon16.png",
"48": "Icon48.png",
"128": "Icon128.png"
},
"browser_action": {
"default_title": "RotateYoutube"
},
"web_accessible_resources": [
"script.js"
]
} | |