U-Tube Pocket

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

U-Tube Pocketとは何ですか?

U-Tube Pocketはsandeepfacebook1989によって開発されたChromeの拡張機能で、その主な機能は「# Youtube-chrome-extension. If you enjoy listening to music on youtube. This extension is for you. You can control youtube videos…」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

U-Tube Pocket拡張機能のCRXファイルをダウンロード

U-Tube Pocket拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 U-Tube Pocket U-Tube Pocket
ID ejcocklfgjcfffebkmfpkmgbiaahlclo
公式URL https://chrome.google.com/webstore/detail/u-tube-pocket/ejcocklfgjcfffebkmfpkmgbiaahlclo
説明 # Youtube-chrome-extension. If you enjoy listening to music on youtube. This extension is for you. You can control youtube videos…
ファイルサイズ 82.81 KB
インストール数 680
現在のバージョン 1.0.1
最終更新日 2018-07-17
公開日 2018-07-17
評価 4.75/5 合計 4 レビュー
開発者 sandeepfacebook1989
支払い方法 free
対応言語 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'"
}