GIFV to MP4 redirector

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

Wat is GIFV to MP4 redirector?

GIFV to MP4 redirector is een Chrome-extensie ontwikkeld door Lukáš Matuška, en de belangrijkste functie is "This extension redirect from pages ending with "GIFV" to pages ending with "MP4" extension.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GIFV to MP4 redirector

Download GIFV to MP4 redirector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam GIFV to MP4 redirector GIFV to MP4 redirector
ID ieinagkpiaemkpebmmokhhilohddnhaa
Officiële URL https://chromewebstore.google.com/detail/gifv-to-mp4-redirector/ieinagkpiaemkpebmmokhhilohddnhaa
Beschrijving This extension redirect from pages ending with "GIFV" to pages ending with "MP4" extension.
Bestandsgrootte 5.36 KB
Aantal Installaties 103
Huidige Versie 1.1
Laatst Bijgewerkt 2022-04-17
Publicatiedatum 2022-04-12
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Lukáš Matuška
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": []
}