Twitter Extras
Adds some extra features to Twitter, including video download, picture-in-picture, and more.
什么是Twitter Extras?
Twitter Extras是由https://sampson.codes开发的Chrome扩展程序,该扩展的主要功能是“Adds some extra features to Twitter, including video download, picture-in-picture, and more.”。
扩展截图
下载Twitter Extras扩展crx文件
下载Twitter Extras扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Twitter Extras |
ID | hapodabojpphnloafpaapmcpofcbanaj |
官方URL | https://chromewebstore.google.com/detail/twitter-extras/hapodabojpphnloafpaapmcpofcbanaj |
简介 | Adds some extra features to Twitter, including video download, picture-in-picture, and more. |
文件大小 | 272 KB |
安装次数 | 62 |
当前版本 | 3.2.4 |
更新时间 | 2023-11-03 |
上架时间 | 2023-05-13 |
开发者 | https://sampson.codes |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://twitter.com/jonathansampson |
帮助页面URL | https://twitter.com/jonathansampson |
支持的语言 | 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 } } |