uTun4 for Youtube ™

adjust video as you like on Youtube ™

O que é uTun4 for Youtube ™?

uTun4 for Youtube ™ é uma extensão do Chrome desenvolvida por KC, e sua principal característica é "adjust video as you like on Youtube ™".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão uTun4 for Youtube ™

Baixe arquivos de extensão uTun4 for Youtube ™ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome uTun4 for Youtube ™ uTun4 for Youtube ™
ID ifhpghghhikcmdopjjlbckknkaafoafi
URL Oficial https://chromewebstore.google.com/detail/utun4-for-youtube/ifhpghghhikcmdopjjlbckknkaafoafi
Descrição adjust video as you like on Youtube ™
Tamanho do Arquivo 70.02 KB
Contagem de Instalações 279
Versão Atual 1.0.0.6
Última Atualização 2019-03-14
Data de Publicação 2019-03-14
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor KC
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}