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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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": []
}