FrameTube
Creates a frame of a youtube video.
什么是FrameTube?
FrameTube是由Pataar开发的Chrome扩展程序,该扩展的主要功能是“Creates a frame of a youtube video.”。
扩展截图
下载FrameTube扩展crx文件
下载FrameTube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Popout your youtube video in a seperate frame. The frame is resizeable and can be placed anywhere on your screen. The frame will also play music videos that are not allowed to be embedded.
扩展基本信息
名称 | FrameTube |
ID | andkmlcecgmdmbjjjdhifnmjphndgmik |
官方URL | https://chromewebstore.google.com/detail/frametube/andkmlcecgmdmbjjjdhifnmjphndgmik |
简介 | Creates a frame of a youtube video. |
文件大小 | 17.85 KB |
安装次数 | 1,772 |
当前版本 | 1.0 |
更新时间 | 2013-09-26 |
上架时间 | 2013-09-26 |
评分 | 4.50/5 共14次评分 |
开发者 | Pataar |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FrameTube", "description": "Creates a frame of a youtube video.", "background": { "scripts": [ "background.js" ] }, "version": "1.0", "icons": { "19": "images\/icon19.png", "38": "images\/icon38.png", "128": "images\/icon128.png" }, "permissions": [ "https:\/\/*.youtube.com\/*", "http:\/\/*.youtube.com\/*", "tabs" ], "page_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png", "128": "images\/icon128.png" } } } |