GfyFetcher
This extension allows you to right click on gifs or links and open them as HTML5 videos via Gfycat.
Qu'est-ce que GfyFetcher ?
GfyFetcher est une extension Chrome développée par Engstrom, et sa fonction principale est "This extension allows you to right click on gifs or links and open them as HTML5 videos via Gfycat.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GfyFetcher
Téléchargez les fichiers d'extension GfyFetcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | logiomopdooakjpclhgkgcfoegmecfge |
URL Officiel | 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. |
Taille du Fichier | 434 KB |
Nombre d'Installations | 426 |
Version Actuelle | 0.1.4 |
Dernière Mise à Jour | 2015-07-23 |
Date de Publication | 2015-07-23 |
Évaluation | 4.27/5 Total 11 Évaluations |
Développeur | Engstrom |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/engstrom/GfyFetcher |
Langues Prises en Charge | 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" } } |