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.
Hvad er Make Giphy Great Again?
Make Giphy Great Again er en Chrome-udvidelse udviklet af cozmo, og dens hovedfunktion er "Giphy dominates search results for GIFs, but they show a static image to try to get you to use their platform. This fixes that.".
Udvidelsesskærmbilleder
Download Make Giphy Great Again-udvidelses-CRX-fil
Download Make Giphy Great Again-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | jchaddoianhemdghmingbloolmheklff |
Officiel URL | https://chrome.google.com/webstore/detail/make-giphy-great-again/jchaddoianhemdghmingbloolmheklff |
Beskrivelse | Giphy dominates search results for GIFs, but they show a static image to try to get you to use their platform. This fixes that. |
Filstørrelse | 41.69 KB |
Antal Installationer | 15 |
Nuværende Version | 1.0 |
Senest Opdateret | 2016-11-07 |
Udgivelsesdato | 2016-11-07 |
Bedømmelse | 3.67/5 Samlet 3 Bedømmelser |
Udvikler | cozmo |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |