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…”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | ejcocklfgjcfffebkmfpkmgbiaahlclo |
官方網址 | 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": [ " |