Twitter Extras
Adds some extra features to Twitter, including video download, picture-in-picture, and more.
Twitter Extras là gì?
Twitter Extras là một tiện ích mở rộng Chrome được phát triển bởi https://sampson.codes, và tính năng chính của nó là "Adds some extra features to Twitter, including video download, picture-in-picture, and more.".
Ả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 Extras
Tải xuống các tệp mở rộng Twitter Extras 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
Introduces additional features and abilities to your Twitter experience. For example, easier saving of media (such as GIFs and Videos), as well as support for Picture-in-Picture (video pop-outs). Other options available in Options (click the ☰ icon next to the extension, select Options from list) include the ability to hide "Who to Follow" and "What's Happening" sidebar items, wrap tick-escaped inline code with tags, make voice tweets downloadable, and convert video timestamps to clickable links.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Twitter Extras |
ID | hapodabojpphnloafpaapmcpofcbanaj |
URL Chính Thức | https://chromewebstore.google.com/detail/twitter-extras/hapodabojpphnloafpaapmcpofcbanaj |
Mô tả | Adds some extra features to Twitter, including video download, picture-in-picture, and more. |
Kích Thước Tệp | 272 KB |
Số Lần Cài Đặt | 62 |
Phiên Bản Hiện Tại | 3.2.4 |
Cập Nhật Lần Cuối | 2023-11-03 |
Ngày Phát Hành | 2023-05-13 |
Nhà Phát Triển | https://sampson.codes |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://twitter.com/jonathansampson |
URL Trang Trợ Giúp | https://twitter.com/jonathansampson |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitter Extras", "version": "3.2.4", "icons": { "64": "icons\/icon64.png" }, "description": "Adds some extra features to Twitter, including video download, picture-in-picture, and more.", "permissions": [ "downloads", "scripting", "storage" ], "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/twitter.com\/*" ], "options_ui": { "page": "options.html", "open_in_tab": false } } |