Twitter Playback Speed Booster
Twitter Audio and Video Playback Speed Booster
Twitter Playback Speed Boosterとは何ですか?
Twitter Playback Speed Boosterはhttps://erasmo.devによって開発されたChromeの拡張機能で、その主な機能は「Twitter Audio and Video Playback Speed Booster」です。
拡張機能のスクリーンショット
Twitter Playback Speed Booster拡張機能のCRXファイルをダウンロード
Twitter Playback Speed Booster拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The new audio feature in Twitter is awesome, but listen some big audios can be annoying. With this extension you can change the speed of any media on Twitter with keyboard shortcuts.
拡張機能の基本情報
名前 | Twitter Playback Speed Booster |
ID | pfejkfajjnklkfpkpagielbffjdmikkk |
公式URL | https://chromewebstore.google.com/detail/twitter-playback-speed-bo/pfejkfajjnklkfpkpagielbffjdmikkk |
説明 | Twitter Audio and Video Playback Speed Booster |
ファイルサイズ | 57.45 KB |
インストール数 | 464 |
現在のバージョン | 1.0 |
最終更新日 | 2022-08-21 |
公開日 | 2020-06-18 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | https://erasmo.dev |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://erasmo.dev |
ヘルプページのURL | https://erasmo.dev |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Playback Speed Booster", "version": "1.0", "manifest_version": 2, "description": "Twitter Audio and Video Playback Speed Booster", "background": { "scripts": [ "test.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery.min.js", "content_script.js" ], "matches": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ] } ], "permissions": [ "tabs", "https:\/\/twitter.com\/*" ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |