Stuck on repeat
Adds a repeat button to Youtube & Vimeo videos.
什么是Stuck on repeat?
Stuck on repeat是由https://www.davidlopezgomez.es开发的Chrome扩展程序,该扩展的主要功能是“Adds a repeat button to Youtube & Vimeo videos.”。
扩展截图
下载Stuck on repeat扩展crx文件
下载Stuck on repeat扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
You've got me stuck on repeat
And I just can't seem to break free
You've got me stuck on repeat
I can only move to the beat
And I don't remember how it started
And I don't know how to stop
But every time I reach the bottom
Something pulls me right back to the top 'cause 扩展基本信息
| 名称 | |
| ID | pldfmggcjmefiajnmphgpnbeideaaaab |
| 官方URL | https://chromewebstore.google.com/detail/stuck-on-repeat/pldfmggcjmefiajnmphgpnbeideaaaab |
| 简介 | Adds a repeat button to Youtube & Vimeo videos. |
| 文件大小 | 11.92 KB |
| 安装次数 | 710 |
| 当前版本 | 0.14 |
| 更新时间 | 2022-07-06 |
| 上架时间 | 2017-09-08 |
| 评分 | 5.00/5 共9次评分 |
| 开发者 | https://www.davidlopezgomez.es |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en,es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Stuck on repeat",
"description": "__MSG_extDescription__",
"author": "David L\u00f3pez",
"version": "0.14",
"default_locale": "en",
"manifest_version": 2,
"browser_action": {
"default_icon": {
"38": "img\/icon38.png",
"19": "img\/icon19.png"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/www.youtube.com\/*",
"*:\/\/vimeo.com\/*"
],
"js": [
"content.js"
],
"css": [
"style.css"
],
"run_at": "document_end"
}
],
"icons": {
"128": "img\/icon128.png",
"48": "img\/icon48.png",
"16": "img\/icon16.png"
}
} | |