GIFV to MP4 redirector

GIFV to MP4 redirector

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

Merlin
Additional files are visible only to premium users

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": {}
}