Twitter Video Speed
Change the video speed of any video on Twitter
Twitter Video Speedとは何ですか?
Twitter Video Speedはhttps://plasmo.comによって開発されたChromeの拡張機能で、その主な機能は「Change the video speed of any video on Twitter」です。
拡張機能のスクリーンショット
Twitter Video Speed拡張機能のCRXファイルをダウンロード
Twitter Video Speed拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Stop wasting time and start speeding up videos you watch on Twitter. 拡張機能の基本情報
| 名前 | |
| ID | lgecidhpiigglcmiakkgjceeedfbnmnl |
| 公式URL | https://chromewebstore.google.com/detail/twitter-video-speed/lgecidhpiigglcmiakkgjceeedfbnmnl |
| 説明 | Change the video speed of any video on Twitter |
| ファイルサイズ | 66.09 KB |
| インストール数 | 48 |
| 現在のバージョン | 0.0.3 |
| 最終更新日 | 2023-02-26 |
| 公開日 | 2023-01-09 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | https://plasmo.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://www.plasmo.com/privacy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"icons": {
"16": "icon16.plasmo.7dc0ebe3.png",
"32": "icon32.plasmo.9e9b99de.png",
"48": "icon48.plasmo.b9bc2bc8.png",
"64": "icon64.plasmo.d9c054e8.png",
"128": "icon128.plasmo.26f46062.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.plasmo.7dc0ebe3.png",
"32": "icon32.plasmo.9e9b99de.png",
"48": "icon48.plasmo.b9bc2bc8.png",
"64": "icon64.plasmo.d9c054e8.png",
"128": "icon128.plasmo.26f46062.png"
}
},
"version": "0.0.3",
"author": "coldsauce",
"name": "Twitter Video Speed",
"description": "Change the video speed of any video on Twitter",
"content_scripts": [
{
"matches": [
"https:\/\/*.twitter.com\/*"
],
"js": [
"content.351832d9.js"
],
"css": [
"content.5af38402.css"
]
}
],
"host_permissions": [
"https:\/\/*\/*"
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/*.twitter.com\/*"
],
"resources": [
"content.3d26bf84.css"
]
}
]
} | |