YouTube TV
Access https://youtube.com/tv from a regular browser. No ads in this extension.
YouTube TV क्या है?
YouTube TV JB द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Access https://youtube.com/tv from a regular browser. No ads in this extension."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YouTube TV एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Access the YouTube TV App located from a regular browser. The TV application allows you to control the YouTube App using your smartphone like on any Smart TV. Essentially making your desktop computer act like a Smart TV.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | deikaacecjfbpclgkdlhnknlpjjcloef |
आधिकारिक URL | https://chrome.google.com/webstore/detail/youtube-tv/deikaacecjfbpclgkdlhnknlpjjcloef |
विवरण | Access https://youtube.com/tv from a regular browser. No ads in this extension. |
फ़ाइल का आकार | 15.15 KB |
स्थापना संख्या | 20,000 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2020-05-03 |
प्रकाशन तिथि | 2020-05-03 |
रेटिंग | 4.24/5 कुल 17 रेटिंग्स |
डेवलपर | JB |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "description": "Access https:\/\/youtube.com\/tv from a regular browser. No ads in this extension.", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png" }, "manifest_version": 2, "name": "YouTube TV", "permissions": [ "*:\/\/*.youtube.com\/tv*", "webRequest", "webRequestBlocking" ], "browser_action": [], "short_name": "youtube-tv", "version": "1.0.0" } |