Full Screen for YouTube
Opens the YouTube link over the entire page using the YouTube embed url.
什么是Full Screen for YouTube?
Full Screen for YouTube是由Kees C. Bakker开发的Chrome扩展程序,该扩展的主要功能是“Opens the YouTube link over the entire page using the YouTube embed url.”。
扩展截图
下载Full Screen for YouTube扩展crx文件
下载Full Screen for YouTube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Opens the YouTube link over the entire page using the YouTube embed url. Works even better with DeskPins (www.softpedia.com/get/Desktop-Enhancements/Other-Desktop-Enhancements/DeskPins.shtml) to keep the page on top.
扩展基本信息
名称 | |
ID | nnfllbclchoppelnicmgnnepjpimbjoh |
官方URL | https://chrome.google.com/webstore/detail/full-screen-for-youtube/nnfllbclchoppelnicmgnnepjpimbjoh |
简介 | Opens the YouTube link over the entire page using the YouTube embed url. |
文件大小 | 20.71 KB |
安装次数 | 415 |
当前版本 | 0.1.2 |
更新时间 | 2019-08-25 |
上架时间 | 2019-08-25 |
评分 | 4.54/5 共13次评分 |
开发者 | Kees C. Bakker |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Full Screen for YouTube", "short_name": "YTFS", "version": "0.1.2", "author": "Kees C. Bakker", "description": "Opens the YouTube link over the entire page using the YouTube embed url.", "page_action": { "default_title": "YouTube Full Screen", "default_icon": "images\/icon.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval';object-src 'self';", "permissions": [ "storage", "tabs", "http:\/\/www.youtube.com\/", "https:\/\/www.youtube.com\/" ], "background": { "scripts": [ "YTFS.js" ] }, "icons": { "16": "images\/icon.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |