GfyFetcher
This extension allows you to right click on gifs or links and open them as HTML5 videos via Gfycat.
Apa itu GfyFetcher?
GfyFetcher adalah ekstensi Chrome yang dikembangkan oleh Engstrom, dan fitur utamanya adalah "This extension allows you to right click on gifs or links and open them as HTML5 videos via Gfycat.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GfyFetcher
Unduh file ekstensi GfyFetcher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Right click on a gif link and open it as an HTML 5 video via Gfycat. Source code available on GitHub: https://github.com/engstrom/GfyFetcher # CHANGELOG ----------- ## [0.1.4] - 2015-07-23 ### Changed - Context menu now appears when right clicking on videos. This supports easy conversion of Imgur's .gifv format.
Informasi Dasar Ekstensi
Nama | |
ID | logiomopdooakjpclhgkgcfoegmecfge |
URL Resmi | https://chrome.google.com/webstore/detail/gfyfetcher/logiomopdooakjpclhgkgcfoegmecfge |
Deskripsi | This extension allows you to right click on gifs or links and open them as HTML5 videos via Gfycat. |
Ukuran File | 434 KB |
Jumlah Instalasi | 426 |
Versi Saat Ini | 0.1.4 |
Terakhir Diperbarui | 2015-07-23 |
Tanggal Publikasi | 2015-07-23 |
Penilaian | 4.27/5 Total 11 Penilaian |
Pengembang | Engstrom |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/engstrom/GfyFetcher |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GfyFetcher", "description": "This extension allows you to right click on gifs or links and open them as HTML5 videos via Gfycat.", "version": "0.1.4", "background": { "page": "src\/bg.html" }, "permissions": [ "contextMenus" ], "content_security_policy": "default-src 'self'", "icons": { "16": "assests\/icon-bitty.png", "48": "assests\/icon-small.png", "128": "assests\/icon-large.png" } } |