YouTube Popup Loop
Play & Loop YouTube Videos in Popup window.
什么是YouTube Popup Loop?
YouTube Popup Loop是由Hiroki Nomoto开发的Chrome扩展程序,该扩展的主要功能是“Play & Loop YouTube Videos in Popup window.”。
下载YouTube Popup Loop扩展crx文件
下载YouTube Popup Loop扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | bpepmknodhihghiopghommakgmalldna |
| 官方URL | https://chrome.google.com/webstore/detail/youtube-popup-loop/bpepmknodhihghiopghommakgmalldna |
| 简介 | Play & Loop YouTube Videos in Popup window. |
| 文件大小 | 45.21 KB |
| 安装次数 | 15 |
| 当前版本 | 1.4 |
| 更新时间 | 2015-09-09 |
| 上架时间 | 2015-09-09 |
| 开发者 | Hiroki Nomoto |
| 付费类型 | free |
| 支持的语言 | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extension_name__",
"description": "__MSG_description__",
"version": "1.4",
"default_locale": "en",
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"browser_action": {
"default_icon": "icon_19.png"
},
"background": {
"scripts": [
"js\/lib\/jquery-2.1.4.min.js",
"js\/background.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"js\/lib\/jquery-2.1.4.min.js",
"js\/contentscript.js"
]
}
],
"permissions": [
"tabs"
],
"content_security_policy": "script-src 'self' https:\/\/www.youtube.com https:\/\/s.ytimg.com; object-src 'self'"
} | |