GIFV to MP4 redirector

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

Co to jest GIFV to MP4 redirector?

GIFV to MP4 redirector to rozszerzenie Chrome opracowane przez Lukáš Matuška, a jego główną funkcją jest „This extension redirect from pages ending with "GIFV" to pages ending with "MP4" extension.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia GIFV to MP4 redirector

Pobierz pliki rozszerzeń GIFV to MP4 redirector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa GIFV to MP4 redirector GIFV to MP4 redirector
ID ieinagkpiaemkpebmmokhhilohddnhaa
Oficjalny URL https://chromewebstore.google.com/detail/gifv-to-mp4-redirector/ieinagkpiaemkpebmmokhhilohddnhaa
Opis This extension redirect from pages ending with "GIFV" to pages ending with "MP4" extension.
Rozmiar pliku 5.36 KB
Liczba instalacji 103
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2022-04-17
Data Publikacji 2022-04-12
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Lukáš Matuška
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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": []
}