Make Giphy Great Again
Giphy dominates search results for GIFs, but they show a static image to try to get you to use their platform. This fixes that.
Qu'est-ce que Make Giphy Great Again ?
Make Giphy Great Again est une extension Chrome développée par cozmo, et sa fonction principale est "Giphy dominates search results for GIFs, but they show a static image to try to get you to use their platform. This fixes that.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Make Giphy Great Again
Téléchargez les fichiers d'extension Make Giphy Great Again 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
Informations de Base sur l'Extension
Nom | |
ID | jchaddoianhemdghmingbloolmheklff |
URL Officiel | https://chrome.google.com/webstore/detail/make-giphy-great-again/jchaddoianhemdghmingbloolmheklff |
Description | Giphy dominates search results for GIFs, but they show a static image to try to get you to use their platform. This fixes that. |
Taille du Fichier | 41.69 KB |
Nombre d'Installations | 15 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-11-07 |
Date de Publication | 2016-11-07 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | cozmo |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Make Giphy Great Again", "description": "Giphy dominates search results for GIFs, but they show a static image to try to get you to use their platform. This fixes that.", "version": "1.0", "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.giphy.com\/media\/*" ], "icons": { "48": "logo-48.png", "128": "logo-128.png" } } |