GIFV to MP4 redirector

This extension redirect from pages ending with "GIFV" to pages ending with "MP4" extension.

GIFV to MP4 redirectorคืออะไร?

GIFV to MP4 redirector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lukáš Matuška และคุณลักษณะหลักของมันคือ "This extension redirect from pages ending with "GIFV" to pages ending with "MP4" extension."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GIFV to MP4 redirector

ดาวน์โหลดไฟล์ส่วนขยาย GIFV to MP4 redirector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension is redirecting pages and also allows you to view GIF videos with sound and black background.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ GIFV to MP4 redirector GIFV to MP4 redirector
ID ieinagkpiaemkpebmmokhhilohddnhaa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gifv-to-mp4-redirector/ieinagkpiaemkpebmmokhhilohddnhaa
คำอธิบาย This extension redirect from pages ending with "GIFV" to pages ending with "MP4" extension.
ขนาดไฟล์ 5.36 KB
จำนวนการติดตั้ง 103
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-04-17
วันที่เผยแพร่ 2022-04-12
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Lukáš Matuška
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GIFV to MP4 redirector",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "This extension redirect from pages ending with \"GIFV\" to pages ending with \"MP4\" extension.",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs"
    ],
    "action": []
}