Twitter JFIF renamer
Renames downloaded .jfif files to .jpg on Twitter.
Co to jest Twitter JFIF renamer?
Twitter JFIF renamer to rozszerzenie Chrome opracowane przez aeggydev, a jego główną funkcją jest „Renames downloaded .jfif files to .jpg on Twitter.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Twitter JFIF renamer
Pobierz pliki rozszerzeń Twitter JFIF renamer 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
When downloading images on Twitter, they usually show up as a .jfif file, even though it is a normal .jpg file. This means that you have to then go and rename it to .jpg from .jfif in the file picker. This extension solves this for you.
Podstawowe informacje o rozszerzeniu
Nazwa | Twitter JFIF renamer |
ID | hamcegffnbpeabloimdghellacajgikl |
Oficjalny URL | https://chromewebstore.google.com/detail/twitter-jfif-renamer/hamcegffnbpeabloimdghellacajgikl |
Opis | Renames downloaded .jfif files to .jpg on Twitter. |
Rozmiar pliku | 7.51 KB |
Liczba instalacji | 974 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2022-01-04 |
Data Publikacji | 2022-01-03 |
Ocena | 4.71/5 Łącznie 7 Oceny |
Deweloper | aeggydev |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitter JFIF renamer", "description": "Renames downloaded .jfif files to .jpg on Twitter.", "version": "1.0.0", "permissions": [ "downloads" ], "optional_permissions": [], "background": { "service_worker": "background.js", "type": "module" }, "icons": { "256": "icons\/256.png" } } |