Twitter JFIF renamer

Renames downloaded .jfif files to .jpg on Twitter.

Twitter JFIF renamerคืออะไร?

Twitter JFIF renamer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aeggydev และคุณลักษณะหลักของมันคือ "Renames downloaded .jfif files to .jpg on Twitter."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter JFIF renamer

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}