GIFV to MP4 redirector

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

What is GIFV to MP4 redirector?

GIFV to MP4 redirector is a Chrome extension developed by Lukáš Matuška, and its main feature is "This extension redirect from pages ending with "GIFV" to pages ending with "MP4" extension.".

Extension Screenshots

screenshot

Download GIFV to MP4 redirector Extension CRX File

Download GIFV to MP4 redirector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name GIFV to MP4 redirector GIFV to MP4 redirector
ID ieinagkpiaemkpebmmokhhilohddnhaa
Official URL 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.
File Size 5.36 KB
Installation Count 103
Current Version 1.1
Last Updated 2022-04-17
Publish Date 2022-04-12
Rating 5.00/5 Total 2 Ratings
Developer Lukáš Matuška
Email [email protected]
Payment Type free
Supported Languages 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": []
}