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.
Wat is Make Giphy Great Again?
Make Giphy Great Again is een Chrome-extensie ontwikkeld door cozmo, en de belangrijkste functie 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.".
Extensie Screenshots
Download het CRX-bestand van de extensie Make Giphy Great Again
Download Make Giphy Great Again-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | jchaddoianhemdghmingbloolmheklff |
Officiële URL | https://chrome.google.com/webstore/detail/make-giphy-great-again/jchaddoianhemdghmingbloolmheklff |
Beschrijving | Giphy dominates search results for GIFs, but they show a static image to try to get you to use their platform. This fixes that. |
Bestandsgrootte | 41.69 KB |
Aantal Installaties | 15 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-11-07 |
Publicatiedatum | 2016-11-07 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | cozmo |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |