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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "# Youtube-chrome-extension. If you enjoy listening to music on youtube. This extension is for you. You can control youtube videos…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में U-Tube Pocket एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
# 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 |
आधिकारिक 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": [ " |