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ファイルをダウンロード

YouTube for TV Without Adware拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
        ]
    }
}