Twitter Extras
Adds some extra features to Twitter, including video download, picture-in-picture, and more.
Что такое Twitter Extras?
Twitter Extras - это расширение Chrome, разработанное https://sampson.codes, и его основная функция - "Adds some extra features to Twitter, including video download, picture-in-picture, and more.".
Снимки экрана расширения
Скачать файл CRX расширения Twitter Extras
Скачайте файлы расширений 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 } } |