GIFV to MP4 redirector

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

Co je GIFV to MP4 redirector?

GIFV to MP4 redirector je rozšíření Chrome vyvinuté Lukáš Matuška, a jeho hlavní funkcí je „This extension redirect from pages ending with "GIFV" to pages ending with "MP4" extension.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření GIFV to MP4 redirector

Stáhněte si soubory rozšíření GIFV to MP4 redirector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název GIFV to MP4 redirector GIFV to MP4 redirector
ID ieinagkpiaemkpebmmokhhilohddnhaa
Oficiální URL https://chromewebstore.google.com/detail/gifv-to-mp4-redirector/ieinagkpiaemkpebmmokhhilohddnhaa
Popis This extension redirect from pages ending with "GIFV" to pages ending with "MP4" extension.
Velikost souboru 5.36 KB
Počet instalací 103
Aktuální Verze 1.1
Poslední Aktualizace 2022-04-17
Datum Vydání 2022-04-12
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Lukáš Matuška
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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": []
}