YouTube for TV Without Adware

Allows youtube.com/tv to load from non-mobile browsers (and without adware)

YouTube for TV Without Adware क्या है?

YouTube for TV Without Adware Wrybread द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows youtube.com/tv to load from non-mobile browsers (and without adware)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में YouTube for TV Without Adware एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This allows you to open youtube.com/tv in a regular non-mobile browser window so you can remote control it from another browser window. 

To use:

1) Open youtube.com/tv and go to Settings (icon at bottom left) and choose "link with TV code" and write down the code

2) Open youtube.com/pair in another window and enter that code.
	
You should now be able to control the window from Step 1 from any other youtube.com window.

And unlike the other browser extension in the Chrome Store that does this, there won't be any ads popping up...                    

एक्सटेंशन की मूल जानकारी

नाम YouTube for TV Without Adware YouTube for TV Without Adware
ID fineefhnleogndjepcabcddamodbkcjo
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-for-tv-without-ad/fineefhnleogndjepcabcddamodbkcjo
विवरण Allows youtube.com/tv to load from non-mobile browsers (and without adware)
फ़ाइल का आकार 16.65 KB
स्थापना संख्या 536
वर्तमान संस्करण 1.2
अंतिम अपडेट 2021-10-12
प्रकाशन तिथि 2020-10-25
रेटिंग 4.00/5 कुल 2 रेटिंग्स
डेवलपर Wrybread
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://gizmoware.net/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube for TV Without Adware",
    "short_name": "youtube-for-tv-without-adware",
    "description": "Allows youtube.com\/tv to load from non-mobile browsers (and without adware)",
    "version": "1.2",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": "icons\/48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*.youtube.com\/tv*",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}