Twitter JFIF renamer

Renames downloaded .jfif files to .jpg on Twitter.

Twitter JFIF renamerとは何ですか?

Twitter JFIF renamerはaeggydevによって開発されたChromeの拡張機能で、その主な機能は「Renames downloaded .jfif files to .jpg on Twitter.」です。

拡張機能のスクリーンショット

screenshot

Twitter JFIF renamer拡張機能のCRXファイルをダウンロード

Twitter JFIF renamer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Twitter JFIF renamer Twitter JFIF renamer
ID hamcegffnbpeabloimdghellacajgikl
公式URL https://chromewebstore.google.com/detail/twitter-jfif-renamer/hamcegffnbpeabloimdghellacajgikl
説明 Renames downloaded .jfif files to .jpg on Twitter.
ファイルサイズ 7.51 KB
インストール数 974
現在のバージョン 1.0.0
最終更新日 2022-01-04
公開日 2022-01-03
評価 4.71/5 合計 7 レビュー
開発者 aeggydev
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}