YT TV Access AD FREE
Unlocking access to Youtube For TV In Chrome without any ads or popups
YT TV Access AD FREE क्या है?
YT TV Access AD FREE anthogoz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unlocking access to Youtube For TV In Chrome without any ads or popups"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YT TV Access AD FREE एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows you to access Youtube for TV without any ads ! You just need to install the extension and access https://www.youtube.com/tv and it will work YouTube™ is a trademark of Google Inc. YT TV Access AD FREE is not affiliated with YouTube.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mhdohfkgodnbmidaegemhdapjdmiaofm |
आधिकारिक URL | https://chrome.google.com/webstore/detail/yt-tv-access-ad-free/mhdohfkgodnbmidaegemhdapjdmiaofm |
विवरण | Unlocking access to Youtube For TV In Chrome without any ads or popups |
फ़ाइल का आकार | 84.37 KB |
स्थापना संख्या | 94 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2021-11-29 |
प्रकाशन तिथि | 2021-11-29 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | anthogoz |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YT TV Access AD FREE", "short_name": "yttv-access", "description": "Unlocking access to Youtube For TV In Chrome without any ads or popups", "version": "1.0.0", "icons": { "16": "icons\/16.png", "18": "icons\/18.png", "19": "icons\/19.png", "32": "icons\/32.png", "36": "icons\/36.png", "38": "icons\/38.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png", "256": "icons\/256.png", "512": "icons\/512.png" }, "permissions": [ "*:\/\/*.youtube.com\/tv*", "webRequest", "webRequestBlocking", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "scripts": [ "background.js" ] } } |