GIFV to MP4 redirector

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

Qu'est-ce que GIFV to MP4 redirector ?

GIFV to MP4 redirector est une extension Chrome développée par Lukáš Matuška, et sa fonction principale est "This extension redirect from pages ending with "GIFV" to pages ending with "MP4" extension.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GIFV to MP4 redirector

Téléchargez les fichiers d'extension GIFV to MP4 redirector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom GIFV to MP4 redirector GIFV to MP4 redirector
ID ieinagkpiaemkpebmmokhhilohddnhaa
URL Officiel https://chromewebstore.google.com/detail/gifv-to-mp4-redirector/ieinagkpiaemkpebmmokhhilohddnhaa
Description This extension redirect from pages ending with "GIFV" to pages ending with "MP4" extension.
Taille du Fichier 5.36 KB
Nombre d'Installations 103
Version Actuelle 1.1
Dernière Mise à Jour 2022-04-17
Date de Publication 2022-04-12
Évaluation 5.00/5 Total 2 Évaluations
Développeur Lukáš Matuška
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": []
}