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.
What is Make Giphy Great Again?
Make Giphy Great Again is a Chrome extension developed by cozmo, and its main feature is "Giphy dominates search results for GIFs, but they show a static image to try to get you to use their platform. This fixes that.".
Extension Screenshots
Download Make Giphy Great Again Extension CRX File
Download Make Giphy Great Again 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
Extension Basic Information
Name | |
ID | jchaddoianhemdghmingbloolmheklff |
Official URL | 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. |
File Size | 41.69 KB |
Installation Count | 15 |
Current Version | 1.0 |
Last Updated | 2016-11-07 |
Publish Date | 2016-11-07 |
Rating | 3.67/5 Total 3 Ratings |
Developer | cozmo |
Payment Type | free |
Supported Languages | 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" } } |