Twitter :orig
Redirects Twitter pictures and profile banners to their full-size URLs.
Что такое Twitter :orig?
Twitter :orig - это расширение Chrome, разработанное Mayhem, и его основная функция - "Redirects Twitter pictures and profile banners to their full-size URLs.".
Снимки экрана расширения
Скачать файл CRX расширения Twitter :orig
Скачайте файлы расширений Twitter :orig в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Change log: - 0.0.8: New .webp images are now ignored - 0.0.7: Updated to use the manifest version 3, and "declarativeNetRequest" Chrome extension API. - 0.0.6: Fixed filename when saving, fixed redirecting the pictures to the full-size URLs on Twitter itself. - 0.0.5: Added support for profile pictures - 0.0.4: Added support for profile banners - 0.0.3: Added support for the different URL format on mobile.twitter.com - 0.0.2: Removed the size suffix when saving files - 0.0.1: Initial release
Основная информация о расширении
Название | Twitter :orig |
ID | omcceanflgdamgeehackanacaikfpfen |
Официальный URL | https://chromewebstore.google.com/detail/twitter-orig/omcceanflgdamgeehackanacaikfpfen |
Описание | Redirects Twitter pictures and profile banners to their full-size URLs. |
Размер файла | 3.44 KB |
Количество установок | 164 |
Текущая Версия | 0.0.8 |
Последнее Обновление | 2023-08-31 |
Дата публикации | 2019-02-27 |
Рейтинг | 4.75/5 Всего 4 оценок |
Разработчик | Mayhem |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitter :orig", "description": "Redirects Twitter pictures and profile banners to their full-size URLs.", "version": "0.0.8", "permissions": [ "declarativeNetRequest" ], "host_permissions": [ "*:\/\/twitter.com\/*", "*:\/\/mobile.twitter.com\/*", "*:\/\/pbs.twimg.com\/media\/", "*:\/\/pbs.twimg.com\/profile_banners\/", "*:\/\/pbs.twimg.com\/profile_images\/" ], "declarative_net_request": { "rule_resources": [ { "id": "rules", "enabled": true, "path": "rules.json" } ] } } |