uTun4 for Youtube ™
adjust video as you like on Youtube ™
uTun4 for Youtube ™とは何ですか?
uTun4 for Youtube ™はKCによって開発されたChromeの拡張機能で、その主な機能は「adjust video as you like on Youtube ™」です。
拡張機能のスクリーンショット
uTun4 for Youtube ™拡張機能のCRXファイルをダウンロード
uTun4 for Youtube ™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
hide the fish in player and delete some over designs
why i don't do this in the first place. so stupidˊˋ
----
fix volume and speed control init
---
update for new YouTube
---
tune video as you like on #youtube
filters, play speed, unlimited volume
try right click,and wheel
if there is something wrong
call 911 拡張機能の基本情報
| 名前 | |
| ID | ifhpghghhikcmdopjjlbckknkaafoafi |
| 公式URL | https://chromewebstore.google.com/detail/utun4-for-youtube/ifhpghghhikcmdopjjlbckknkaafoafi |
| 説明 | adjust video as you like on Youtube ™ |
| ファイルサイズ | 70.02 KB |
| インストール数 | 279 |
| 現在のバージョン | 1.0.0.6 |
| 最終更新日 | 2019-03-14 |
| 公開日 | 2019-03-14 |
| 評価 | 3.67/5 合計 3 レビュー |
| 開発者 | KC |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"manifest_version": 2,
"version": "1.0.0.6",
"default_locale": "en",
"icons": {
"128": "icon\/utuna.png"
},
"browser_action": {
"default_icon": {
"38": "icon\/utuna.png"
}
},
"background": {
"scripts": [
"index.js"
],
"persistent": false
},
"permissions": [
"storage"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"content_scripts": [
{
"css": [
"css\/utu.css"
],
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"content.js",
"Sortable.min.js"
],
"run_at": "document_end"
}
],
"options_page": "options.html",
"web_accessible_resources": [
"temp\/*",
"audio\/*",
"icon\/*",
"image\/*",
"lib\/*"
]
} | |