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.

Vad är Make Giphy Great Again?

Make Giphy Great Again är en Chrome-tillägg utvecklad av cozmo, och dess huvudfunktion är "Giphy dominates search results for GIFs, but they show a static image to try to get you to use their platform. This fixes that.".

Tilläggsskärmbilder

screenshot

Ladda ner Make Giphy Great Again-förlängningens CRX-fil

Ladda ner Make Giphy Great Again-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Make Giphy Great Again Make Giphy Great Again
ID jchaddoianhemdghmingbloolmheklff
Officiell webbadress https://chrome.google.com/webstore/detail/make-giphy-great-again/jchaddoianhemdghmingbloolmheklff
Beskrivning Giphy dominates search results for GIFs, but they show a static image to try to get you to use their platform. This fixes that.
Filstorlek 41.69 KB
Antal Installationer 15
Aktuell Version 1.0
Senast Uppdaterad 2016-11-07
Publiceringsdatum 2016-11-07
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare cozmo
Betalningssätt free
Stödda Språk 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"
    }
}