Tau Video 2Xer
Enables 2x video speed at video.tau.ac.il
Tau Video 2Xerとは何ですか?
Tau Video 2XerはTalによって開発されたChromeの拡張機能で、その主な機能は「Enables 2x video speed at video.tau.ac.il」です。
Tau Video 2Xer拡張機能のCRXファイルをダウンロード
Tau Video 2Xer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Enables Tel Aviv University students to watch online courses videos from the video services, at double speed (2x).
After installing the extension, a new button will be added to the online video player, left to the existing 1.5x button. Enjoy! 拡張機能の基本情報
| 名前 | |
| ID | nbidjihllkafhfbndjcepkelhkmpnbld |
| 公式URL | https://chromewebstore.google.com/detail/tau-video-2xer/nbidjihllkafhfbndjcepkelhkmpnbld |
| 説明 | Enables 2x video speed at video.tau.ac.il |
| ファイルサイズ | 19.57 KB |
| インストール数 | 24 |
| 現在のバージョン | 0.0.1 |
| 最終更新日 | 2016-12-10 |
| 公開日 | 2016-12-10 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | Tal |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tau Video 2Xer",
"version": "0.0.1",
"manifest_version": 2,
"description": "Enables 2x video speed at video.tau.ac.il",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"background": {
"page": "src\/bg\/background.html",
"persistent": true
},
"permissions": [
"http:\/\/video.tau.ac.il\/*view=video*"
],
"content_scripts": [
{
"matches": [
"http:\/\/video.tau.ac.il\/*view=video*"
],
"js": [
"src\/inject\/inject.js"
]
}
]
} | |