Twitter Extras
Adds some extra features to Twitter, including video download, picture-in-picture, and more.
Co to jest Twitter Extras?
Twitter Extras to rozszerzenie Chrome opracowane przez https://sampson.codes, a jego główną funkcją jest „Adds some extra features to Twitter, including video download, picture-in-picture, and more.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Twitter Extras
Pobierz pliki rozszerzeń Twitter Extras w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Twitter Extras |
ID | hapodabojpphnloafpaapmcpofcbanaj |
Oficjalny URL | https://chromewebstore.google.com/detail/twitter-extras/hapodabojpphnloafpaapmcpofcbanaj |
Opis | Adds some extra features to Twitter, including video download, picture-in-picture, and more. |
Rozmiar pliku | 272 KB |
Liczba instalacji | 62 |
Aktualna Wersja | 3.2.4 |
Ostatnia Aktualizacja | 2023-11-03 |
Data Publikacji | 2023-05-13 |
Deweloper | https://sampson.codes |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://twitter.com/jonathansampson |
Adres URL Strony Pomocy | https://twitter.com/jonathansampson |
Obsługiwane Języki | 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 } } |