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.
Was ist Make Giphy Great Again?
Make Giphy Great Again ist eine Chrome-Erweiterung, die von cozmo entwickelt wurde, und ihr Hauptmerkmal ist "Giphy dominates search results for GIFs, but they show a static image to try to get you to use their platform. This fixes that.".
Erweiterungsscreenshots
Make Giphy Great Again-Erweiterungs-CRX-Datei herunterladen
Laden Sie Make Giphy Great Again-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | |
ID | jchaddoianhemdghmingbloolmheklff |
Offizielle URL | https://chrome.google.com/webstore/detail/make-giphy-great-again/jchaddoianhemdghmingbloolmheklff |
Beschreibung | Giphy dominates search results for GIFs, but they show a static image to try to get you to use their platform. This fixes that. |
Dateigröße | 41.69 KB |
Installationsanzahl | 15 |
Aktuelle Version | 1.0 |
Letztes Update | 2016-11-07 |
Veröffentlichungsdatum | 2016-11-07 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | cozmo |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |