Twitter JFIF renamer

Renames downloaded .jfif files to .jpg on Twitter.

Cos'è Twitter JFIF renamer?

Twitter JFIF renamer è un'estensione di Chrome sviluppata da aeggydev, e la sua funzione principale è "Renames downloaded .jfif files to .jpg on Twitter.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitter JFIF renamer

Scarica i file di estensione Twitter JFIF renamer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Twitter JFIF renamer Twitter JFIF renamer
ID hamcegffnbpeabloimdghellacajgikl
URL Ufficiale https://chromewebstore.google.com/detail/twitter-jfif-renamer/hamcegffnbpeabloimdghellacajgikl
Descrizione Renames downloaded .jfif files to .jpg on Twitter.
Dimensione del File 7.51 KB
Conteggio Installazioni 974
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-01-04
Data di Pubblicazione 2022-01-03
Valutazione 4.71/5 Totale 7 Valutazioni
Sviluppatore aeggydev
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}