Video Looper for Youtube/Dailymotion/others
This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5
Video Looper for Youtube/Dailymotion/othersとは何ですか?
Video Looper for Youtube/Dailymotion/othersはo9000によって開発されたChromeの拡張機能で、その主な機能は「This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5」です。
拡張機能のスクリーンショット
Video Looper for Youtube/Dailymotion/others拡張機能のCRXファイルをダウンロード
Video Looper for Youtube/Dailymotion/others拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A browser action button should appear on the right of the URL bar.
Click the action button once to toggle automatic replay for the video; click twice to disable it. 拡張機能の基本情報
| 名前 | |
| ID | kpcelfaheoikimakaonbfipkijodnmmd |
| 公式URL | https://chromewebstore.google.com/detail/video-looper-for-youtubed/kpcelfaheoikimakaonbfipkijodnmmd |
| 説明 | This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5 |
| ファイルサイズ | 18.77 KB |
| インストール数 | 2,418 |
| 現在のバージョン | 2015.12.30.0 |
| 最終更新日 | 2016-01-01 |
| 公開日 | 2016-01-01 |
| 評価 | 4.19/5 合計 16 レビュー |
| 開発者 | o9000 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Video Looper for Youtube\/Dailymotion\/others",
"description": "This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5",
"version": "2015.12.30.0",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Video Looper",
"default_icon": {
"19": "icon-19.png",
"38": "icon-38.png"
}
},
"permissions": [
"activeTab"
],
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"manifest_version": 2
} | |