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 |
| 公式URL | 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"
]
} | |