GfyFetcher
This extension allows you to right click on gifs or links and open them as HTML5 videos via Gfycat.
What is GfyFetcher?
GfyFetcher is a Chrome extension developed by Engstrom, and its main feature is "This extension allows you to right click on gifs or links and open them as HTML5 videos via Gfycat.".
Extension Screenshots
Download GfyFetcher Extension CRX File
Download GfyFetcher 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
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.
Extension Basic Information
Name | |
ID | logiomopdooakjpclhgkgcfoegmecfge |
Official URL | https://chrome.google.com/webstore/detail/gfyfetcher/logiomopdooakjpclhgkgcfoegmecfge |
Description | This extension allows you to right click on gifs or links and open them as HTML5 videos via Gfycat. |
File Size | 434 KB |
Installation Count | 426 |
Current Version | 0.1.4 |
Last Updated | 2015-07-23 |
Publish Date | 2015-07-23 |
Rating | 4.27/5 Total 11 Ratings |
Developer | Engstrom |
Payment Type | free |
Extension Website | https://github.com/engstrom/GfyFetcher |
Supported Languages | 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" } } |