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"
]
}
]
} | |