Youtube Full Screen(unrestricted)
This extension lets you play youtube video in full browser window. Updated to fix new change
Youtube Full Screen(unrestricted)とは何ですか?
Youtube Full Screen(unrestricted)はpawanthによって開発されたChromeの拡張機能で、その主な機能は「This extension lets you play youtube video in full browser window. Updated to fix new change」です。
拡張機能のスクリーンショット
Youtube Full Screen(unrestricted)拡張機能のCRXファイルをダウンロード
Youtube Full Screen(unrestricted)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
***NEW*** Updated to fix new change in youtube, causing file download ********* Youtube Full Screen(unrestricted), chrome extension, lets users play youtube video in full browser window. It gives users full screen view with advantage of switching between tabs or another applications. With this extension user can view restricted videos ( with few exceptions) without logging in to youtube.
拡張機能の基本情報
名前 | |
ID | ahhpplghjcmkafbdckegaaolclopkbad |
公式URL | https://chrome.google.com/webstore/detail/youtube-full-screenunrest/ahhpplghjcmkafbdckegaaolclopkbad |
説明 | This extension lets you play youtube video in full browser window. Updated to fix new change |
ファイルサイズ | 11.62 KB |
インストール数 | 439 |
現在のバージョン | 0.2 |
最終更新日 | 2017-03-03 |
公開日 | 2017-03-03 |
評価 | 3.06/5 合計 17 レビュー |
開発者 | pawanth |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Full Screen(unrestricted)", "description": "This extension lets you play youtube video in full browser window. Updated to fix new change", "version": "0.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Youtube full screen" }, "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "tabs", "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |