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 |
Eメール | [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": [] } |