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 |
官方網址 | 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" } } } |