Faster videos
Lets you play youtube video at 3x and 4x speed
Faster videosとは何ですか?
Faster videosはXaviによって開発されたChromeの拡張機能で、その主な機能は「Lets you play youtube video at 3x and 4x speed」です。
Faster videos拡張機能のCRXファイルをダウンロード
Faster videos拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Ever wished you could watch videos at 3 or 4 times the speed? Well now you can with this new amazing chrome plugin. Get hyped for even faster PewDiePie and 100% more cat video. This is the closest thing to that super-fast-learn-thingy in the Matrix. 拡張機能の基本情報
| 名前 | |
| ID | fhkmkdjligjbihmdmnacigjnfmjhcbnn |
| 公式URL | https://chrome.google.com/webstore/detail/faster-videos/fhkmkdjligjbihmdmnacigjnfmjhcbnn |
| 説明 | Lets you play youtube video at 3x and 4x speed |
| ファイルサイズ | 20 KB |
| インストール数 | 65 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2017-12-27 |
| 公開日 | 2017-12-27 |
| 開発者 | Xavi |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Faster videos",
"description": "Lets you play youtube video at 3x and 4x speed",
"version": "1.0",
"browser_action": {
"default_icon": "icon-128.png"
},
"icons": {
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"plugin.js"
],
"run_at": "document_end"
}
]
} | |