Audible Control
Easily control the speed of your audible audiobook in the cloud player.
Audible Controlとは何ですか?
Audible ControlはJWB incによって開発されたChromeの拡張機能で、その主な機能は「Easily control the speed of your audible audiobook in the cloud player.」です。
拡張機能のスクリーンショット
Audible Control拡張機能のCRXファイルをダウンロード
Audible Control拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use Audible Control to easily control the playback speed of your favorite audiobooks on Audible. This extension simply adds buttons that allow you to control the speed from 0.5 (half the normal speed), to 4.5x (four and half times the normal speed of playback). This extension also keeps your desired speed per audiobook!. Currently this works for the following audible sites. http://www.audible.com http://www.audible.co.uk http://www.audible.ca http://www.audible.com.au http://www.audible.co.jp http://www.audible.fr If we are missing any sites - please let us know! Note: We are not affiliated or an official Audible extension. This extension was independently developed for use with Audible.
拡張機能の基本情報
名前 | Audible Control |
ID | glogljhklaiimlocpigpigckeipgekkm |
公式URL | https://chromewebstore.google.com/detail/audible-control/glogljhklaiimlocpigpigckeipgekkm |
説明 | Easily control the speed of your audible audiobook in the cloud player. |
ファイルサイズ | 6.6 KB |
インストール数 | 2,080 |
現在のバージョン | 0.2 |
最終更新日 | 2020-04-08 |
公開日 | 2020-04-08 |
評価 | 4.38/5 合計 13 レビュー |
開発者 | JWB inc |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Audible Control", "version": "0.2", "permissions": [ "storage" ], "description": "Easily control the speed of your audible audiobook in the cloud player.", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.audible.co.uk\/webplayer*", "*:\/\/*.audible.com\/webplayer*", "*:\/\/*.audible.ca\/webplayer*", "*:\/\/*.audible.com.au\/webplayer*", "*:\/\/*.audible.co.jp\/webplayer*", "*:\/\/*.audible.fr\/webplayer*", "*:\/\/*.audible.de\/webplayer*", "*:\/\/*.audible.es\/webplayer*" ], "js": [ "audible_playbackrate.js" ], "run_at": "document_end", "all_frames": true } ] } |