Smart Repeat
Repeat YouTube videos from any point in time
Smart Repeatとは何ですか?
Smart RepeatはOldGen Softwareによって開発されたChromeの拡張機能で、その主な機能は「Repeat YouTube videos from any point in time」です。
Smart Repeat拡張機能のCRXファイルをダウンロード
Smart Repeat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can repeat youtube from any point in time. :D
拡張機能の基本情報
名前 | |
ID | cbafpldbkgamhfbggmdnjfmglcjaeldb |
公式URL | https://chrome.google.com/webstore/detail/smart-repeat/cbafpldbkgamhfbggmdnjfmglcjaeldb |
説明 | Repeat YouTube videos from any point in time |
ファイルサイズ | 18.32 KB |
インストール数 | 25 |
現在のバージョン | 1.33.7 |
最終更新日 | 2013-08-07 |
公開日 | 2013-08-07 |
評価 | 1.00/5 合計 2 レビュー |
開発者 | OldGen Software |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smart Repeat", "content_scripts": [ { "js": [ "smartrepeat.js" ], "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ] } ], "description": "Repeat YouTube videos from any point in time", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "version": "1.33.7", "manifest_version": 2 } |