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 ™"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

uTun4 for Youtube ™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 uTun4 for Youtube ™ uTun4 for Youtube ™
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
이메일 [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\/*"
    ]
}