Twitter Video Speed
Change the video speed of any video on Twitter
Twitter Video Speed là gì?
Twitter Video Speed là một tiện ích mở rộng Chrome được phát triển bởi https://plasmo.com, và tính năng chính của nó là "Change the video speed of any video on Twitter".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Twitter Video Speed
Tải xuống các tệp mở rộng Twitter Video Speed dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Stop wasting time and start speeding up videos you watch on Twitter.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Twitter Video Speed |
ID | lgecidhpiigglcmiakkgjceeedfbnmnl |
URL Chính Thức | https://chromewebstore.google.com/detail/twitter-video-speed/lgecidhpiigglcmiakkgjceeedfbnmnl |
Mô tả | Change the video speed of any video on Twitter |
Kích Thước Tệp | 66.09 KB |
Số Lần Cài Đặt | 48 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2023-02-26 |
Ngày Phát Hành | 2023-01-09 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://plasmo.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.plasmo.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |