Speed it up
Adds a browser action that provides a way to adjust playback rate on any website
Speed it upとは何ですか?
Speed it upはDeven Bansodによって開発されたChromeの拡張機能で、その主な機能は「Adds a browser action that provides a way to adjust playback rate on any website」です。
拡張機能のスクリーンショット
Speed it up拡張機能のCRXファイルをダウンロード
Speed it up拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Wanting to watch Netflix, Amazon Primevideo, HotStar videos on a higher playback rate? Bumped that these websites don't allow for this? This simple extension allows you to adjust the playback rate for any website with streaming videos with just a simple slider.
拡張機能の基本情報
名前 | Speed it up |
ID | nfiebcmdfpjodedomagjlajcdpnkdopm |
公式URL | https://chromewebstore.google.com/detail/speed-it-up/nfiebcmdfpjodedomagjlajcdpnkdopm |
説明 | Adds a browser action that provides a way to adjust playback rate on any website |
ファイルサイズ | 19.75 KB |
インストール数 | 10,000 |
現在のバージョン | 0.0.2 |
最終更新日 | 2019-06-10 |
公開日 | 2019-06-09 |
評価 | 4.93/5 合計 29 レビュー |
開発者 | Deven Bansod |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/devenbansod/speed-it-up |
ヘルプページのURL | https://github.com/devenbansod/speed-it-up/issues/new |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Speed it up", "version": "0.0.2", "description": "Adds a browser action that provides a way to adjust playback rate on any website", "permissions": [ "activeTab", "storage" ], "browser_action": { "default_title": "Speed it up", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |