InstantQueue for Youtube
Quickest way to watch videos on Youtube!
InstantQueue for Youtubeとは何ですか?
InstantQueue for Youtubeはedabingolによって開発されたChromeの拡張機能で、その主な機能は「Quickest way to watch videos on Youtube!」です。
拡張機能のスクリーンショット
InstantQueue for Youtube拡張機能のCRXファイルをダウンロード
InstantQueue for Youtube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quickest way to watch a bunch of videos on Youtube!
- Add, re-order, remove videos quickly using drag-n-drop!
- No management necessary. Close the tab and you're done
- Automatically plays the list for you, playing videos one after another.
- Don't want to lose the list? Export the list you just created to an actual Youtube playlist.
Easy. Simple. Efficient. 拡張機能の基本情報
| 名前 | |
| ID | pcbfkaibdlhhihdijcodacddmgflalnm |
| 公式URL | https://chrome.google.com/webstore/detail/instantqueue-for-youtube/pcbfkaibdlhhihdijcodacddmgflalnm |
| 説明 | Quickest way to watch videos on Youtube! |
| ファイルサイズ | 462 KB |
| インストール数 | 320 |
| 現在のバージョン | 0.1 |
| 最終更新日 | 2015-02-26 |
| 公開日 | 2015-02-26 |
| 評価 | 3.48/5 合計 27 レビュー |
| 開発者 | edabingol |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "InstantQueue for Youtube",
"description": "Quickest way to watch videos on Youtube!",
"icons": {
"128": "images\/instant-queue.png"
},
"version": "0.1",
"permissions": [
"https:\/\/*.youtube.com\/*",
"http:\/\/*.youtube.com\/*"
],
"web_accessible_resources": [
"images\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.youtube.com\/*",
"http:\/\/*.youtube.com\/*"
],
"css": [
"instant-queue.css"
],
"js": [
"underscore.js",
"jquery.js",
"sortable.js",
"instant-queue.js"
]
}
]
} | |