U-Tube Pocket

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

What is U-Tube Pocket?

U-Tube Pocket is a Chrome extension developed by sandeepfacebook1989, and its main feature is "# Youtube-chrome-extension. If you enjoy listening to music on youtube. This extension is for you. You can control youtube videos…".

Extension Screenshots

screenshot
screenshot
screenshot

Download U-Tube Pocket Extension CRX File

Download U-Tube Pocket 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

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

Extension Basic Information

Name U-Tube Pocket U-Tube Pocket
ID ejcocklfgjcfffebkmfpkmgbiaahlclo
Official URL https://chrome.google.com/webstore/detail/u-tube-pocket/ejcocklfgjcfffebkmfpkmgbiaahlclo
Description # Youtube-chrome-extension. If you enjoy listening to music on youtube. This extension is for you. You can control youtube videos…
File Size 82.81 KB
Installation Count 680
Current Version 1.0.1
Last Updated 2018-07-17
Publish Date 2018-07-17
Rating 4.75/5 Total 4 Ratings
Developer sandeepfacebook1989
Payment Type free
Supported Languages 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'"
}