YouTube Auto Reply
Extension For auto-repeat Youtube Videos.
YouTube Auto Replyとは何ですか?
YouTube Auto ReplyはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Extension For auto-repeat Youtube Videos.」です。
拡張機能のスクリーンショット
YouTube Auto Reply拡張機能のCRXファイルをダウンロード
YouTube Auto Reply拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This Extension plays YouTube videos repeatedly.
Not only YouTube videos, but also YouTube videos linked to other sites can be played repeatedly.
A button is added to the bottom right of the video. 拡張機能の基本情報
| 名前 | |
| ID | kfkkmpmfofgkfnpiaepanikkeoelnbbf |
| 公式URL | https://chromewebstore.google.com/detail/youtube-auto-reply/kfkkmpmfofgkfnpiaepanikkeoelnbbf |
| 説明 | Extension For auto-repeat Youtube Videos. |
| ファイルサイズ | 37.34 KB |
| インストール数 | 515 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2020-03-27 |
| 公開日 | 2020-03-26 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | Unknown |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_appName__",
"version": "1.0.1",
"default_locale": "en",
"description": "__MSG_appDescription__",
"icons": {
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*",
"http:\/\/www.youtube.com\/*"
],
"js": [
"scripts\/repeat.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
"images\/repeat.png",
"images\/repeat-active.png"
]
} | |