Repeat Youtube
Repeat Youtube videos on the main page
什么是Repeat Youtube?
Repeat Youtube是由http://jaero.space开发的Chrome扩展程序,该扩展的主要功能是“Repeat Youtube videos on the main page”。
扩展截图
下载Repeat Youtube扩展crx文件
下载Repeat Youtube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Repeats youtube videos on the main page!
扩展基本信息
名称 | |
ID | medknpmalhljhifghnoeilochoaohilg |
官方URL | https://chrome.google.com/webstore/detail/repeat-youtube/medknpmalhljhifghnoeilochoaohilg |
简介 | Repeat Youtube videos on the main page |
文件大小 | 26.72 KB |
安装次数 | 711 |
当前版本 | 1.0.2 |
更新时间 | 2015-12-02 |
上架时间 | 2015-12-02 |
评分 | 3.95/5 共22次评分 |
开发者 | http://jaero.space |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Repeat Youtube", "description": "Repeat Youtube videos on the main page", "version": "1.0.2", "permissions": [ "tabs", "http:\/\/www.youtube.com\/*\/", "https:\/\/www.youtube.com\/*\/" ], "icons": { "16": "icons\/on_icon16.png", "48": "icons\/on_icon48.png", "128": "icons\/on_icon128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "js": [ "js\/content.js" ], "run_at": "document_end" } ] } |