Twitter JFIF renamer
Renames downloaded .jfif files to .jpg on Twitter.
What is Twitter JFIF renamer?
Twitter JFIF renamer is a Chrome extension developed by aeggydev, and its main feature is "Renames downloaded .jfif files to .jpg on Twitter.".
Extension Screenshots
Download Twitter JFIF renamer Extension CRX File
Download Twitter JFIF renamer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Twitter JFIF renamer |
ID | hamcegffnbpeabloimdghellacajgikl |
Official URL | https://chromewebstore.google.com/detail/twitter-jfif-renamer/hamcegffnbpeabloimdghellacajgikl |
Description | Renames downloaded .jfif files to .jpg on Twitter. |
File Size | 7.51 KB |
Installation Count | 974 |
Current Version | 1.0.0 |
Last Updated | 2022-01-04 |
Publish Date | 2022-01-03 |
Rating | 4.71/5 Total 7 Ratings |
Developer | aeggydev |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |