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.

Co to jest Make Giphy Great Again?

Make Giphy Great Again to rozszerzenie Chrome opracowane przez cozmo, a jego główną funkcją jest „Giphy dominates search results for GIFs, but they show a static image to try to get you to use their platform. This fixes that.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Make Giphy Great Again

Pobierz pliki rozszerzeń Make Giphy Great Again w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Make Giphy Great Again Make Giphy Great Again
ID jchaddoianhemdghmingbloolmheklff
Oficjalny URL https://chrome.google.com/webstore/detail/make-giphy-great-again/jchaddoianhemdghmingbloolmheklff
Opis Giphy dominates search results for GIFs, but they show a static image to try to get you to use their platform. This fixes that.
Rozmiar pliku 41.69 KB
Liczba instalacji 15
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-11-07
Data Publikacji 2016-11-07
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper cozmo
Typ Płatności free
Obsługiwane Języki 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"
    }
}