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 |
| Eメール | [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"
}
} | |