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. 拡張機能の基本情報
| 名前 | |
| 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"
}
}
} | |