uTun4 for Youtube ™

adjust video as you like on Youtube ™

What is uTun4 for Youtube ™?

uTun4 for Youtube ™ is a Chrome extension developed by KC, and its main feature is "adjust video as you like on Youtube ™".

Extension Screenshots

screenshot
screenshot
screenshot

Download uTun4 for Youtube ™ Extension CRX File

Download uTun4 for Youtube ™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name uTun4 for Youtube ™ uTun4 for Youtube ™
ID ifhpghghhikcmdopjjlbckknkaafoafi
Official URL https://chromewebstore.google.com/detail/utun4-for-youtube/ifhpghghhikcmdopjjlbckknkaafoafi
Description adjust video as you like on Youtube ™
File Size 70.02 KB
Installation Count 279
Current Version 1.0.0.6
Last Updated 2019-03-14
Publish Date 2019-03-14
Rating 3.67/5 Total 3 Ratings
Developer KC
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}