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 |
Eメール | [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 } } |