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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows youtube.com/tv to load from non-mobile browsers (and without adware)"입니다.

확장 프로그램 스크린샷

screenshot

YouTube for TV Without Adware 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        ]
    }
}