U-Tube Pocket

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

Cos'è U-Tube Pocket?

U-Tube Pocket è un'estensione di Chrome sviluppata da sandeepfacebook1989, e la sua funzione principale è "# Youtube-chrome-extension. If you enjoy listening to music on youtube. This extension is for you. You can control youtube videos…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione U-Tube Pocket

Scarica i file di estensione U-Tube Pocket in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        # 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.                    

Informazioni di Base sull'Estensione

Nome U-Tube Pocket U-Tube Pocket
ID ejcocklfgjcfffebkmfpkmgbiaahlclo
URL Ufficiale https://chrome.google.com/webstore/detail/u-tube-pocket/ejcocklfgjcfffebkmfpkmgbiaahlclo
Descrizione # Youtube-chrome-extension. If you enjoy listening to music on youtube. This extension is for you. You can control youtube videos…
Dimensione del File 82.81 KB
Conteggio Installazioni 680
Versione Corrente 1.0.1
Ultimo Aggiornamento 2018-07-17
Data di Pubblicazione 2018-07-17
Valutazione 4.75/5 Totale 4 Valutazioni
Sviluppatore sandeepfacebook1989
Tipo di Pagamento free
Lingue Supportate 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'"
}