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 |
官方網址 | 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 } } |