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 |
电子邮箱 | [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\/" ] } |