Youtube Fullframe
This extension puts Youtube videos in full-frame mode.
什么是Youtube Fullframe?
Youtube Fullframe是由tmhall67开发的Chrome扩展程序,该扩展的主要功能是“This extension puts Youtube videos in full-frame mode.”。
下载Youtube Fullframe扩展crx文件
下载Youtube Fullframe扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension simply replaces the "watch?v=" with "v/" in a url to allow a Youtube video to play in a full browser window. This will also allow you to bypass the age restriction on Youtube videos.
扩展基本信息
名称 | ![]() |
ID | oehbhdjdmgjmcphdgkgemokffldeachf |
官方URL | https://chrome.google.com/webstore/detail/youtube-fullframe/oehbhdjdmgjmcphdgkgemokffldeachf |
简介 | This extension puts Youtube videos in full-frame mode. |
文件大小 | 3.9 KB |
安装次数 | 63 |
当前版本 | 0.7 |
更新时间 | 2014-06-01 |
上架时间 | 2014-06-01 |
评分 | 1.00/5 共1次评分 |
开发者 | tmhall67 |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Fullframe", "description": "This extension puts Youtube videos in full-frame mode.", "version": "0.7", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "onClick.js" ], "persisent": false }, "browser_action": { "default_icon": "icon.png" } } |