U-Tube Pocket

# Youtube-chrome-extension. If you enjoy listening to music on youtube. This extension is for you. You can control youtube videos…

O que é U-Tube Pocket?

U-Tube Pocket é uma extensão do Chrome desenvolvida por sandeepfacebook1989, e sua principal característica é "# Youtube-chrome-extension. If you enjoy listening to music on youtube. This extension is for you. You can control youtube videos…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão U-Tube Pocket

Baixe arquivos de extensão U-Tube Pocket 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

                        # Youtube-chrome-extension.

If you enjoy listening to music on youtube. This extension is for you. 
You can control youtube videos from any of the tab with this simple yet very useful chrome extension.
Play , pause your video and choose next video from the list. 
Its easy and very helpful.                    

Informações Básicas da Extensão

Nome U-Tube Pocket U-Tube Pocket
ID ejcocklfgjcfffebkmfpkmgbiaahlclo
URL Oficial https://chrome.google.com/webstore/detail/u-tube-pocket/ejcocklfgjcfffebkmfpkmgbiaahlclo
Descrição # Youtube-chrome-extension. If you enjoy listening to music on youtube. This extension is for you. You can control youtube videos…
Tamanho do Arquivo 82.81 KB
Contagem de Instalações 680
Versão Atual 1.0.1
Última Atualização 2018-07-17
Data de Publicação 2018-07-17
Classificação 4.75/5 Total de 4 Avaliações
Desenvolvedor sandeepfacebook1989
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "U-Tube Pocket",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/browser_action_icon.png",
        "default_title": "Utube Fun"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.bundle.js"
            ]
        }
    ],
    "icons": {
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "",
        "tabs",
        "storage"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}