GIFV to MP4 redirector
This extension redirect from pages ending with "GIFV" to pages ending with "MP4" extension.
什么是GIFV to MP4 redirector?
GIFV to MP4 redirector是由Lukáš Matuška开发的Chrome扩展程序,该扩展的主要功能是“This extension redirect from pages ending with "GIFV" to pages ending with "MP4" extension.”。
扩展截图
下载GIFV to MP4 redirector扩展crx文件
下载GIFV to MP4 redirector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension is redirecting pages and also allows you to view GIF videos with sound and black background.
扩展基本信息
名称 | GIFV to MP4 redirector |
ID | ieinagkpiaemkpebmmokhhilohddnhaa |
官方URL | https://chromewebstore.google.com/detail/gifv-to-mp4-redirector/ieinagkpiaemkpebmmokhhilohddnhaa |
简介 | This extension redirect from pages ending with "GIFV" to pages ending with "MP4" extension. |
文件大小 | 5.36 KB |
安装次数 | 103 |
当前版本 | 1.1 |
更新时间 | 2022-04-17 |
上架时间 | 2022-04-12 |
评分 | 5.00/5 共2次评分 |
开发者 | Lukáš Matuška |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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": [] } |