GIFV to MP4 redirector

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

Apa itu GIFV to MP4 redirector?

GIFV to MP4 redirector adalah ekstensi Chrome yang dikembangkan oleh Lukáš Matuška, dan fitur utamanya adalah "This extension redirect from pages ending with "GIFV" to pages ending with "MP4" extension.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi GIFV to MP4 redirector

Unduh file ekstensi GIFV to MP4 redirector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama GIFV to MP4 redirector GIFV to MP4 redirector
ID ieinagkpiaemkpebmmokhhilohddnhaa
URL Resmi https://chromewebstore.google.com/detail/gifv-to-mp4-redirector/ieinagkpiaemkpebmmokhhilohddnhaa
Deskripsi This extension redirect from pages ending with "GIFV" to pages ending with "MP4" extension.
Ukuran File 5.36 KB
Jumlah Instalasi 103
Versi Saat Ini 1.1
Terakhir Diperbarui 2022-04-17
Tanggal Publikasi 2022-04-12
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Lukáš Matuška
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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": []
}