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.

O que é Make Giphy Great Again?

Make Giphy Great Again é uma extensão do Chrome desenvolvida por cozmo, e sua principal característica é "Giphy dominates search results for GIFs, but they show a static image to try to get you to use their platform. This fixes that.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Make Giphy Great Again

Baixe arquivos de extensão Make Giphy Great Again no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                                            

Informações Básicas da Extensão

Nome Make Giphy Great Again Make Giphy Great Again
ID jchaddoianhemdghmingbloolmheklff
URL Oficial https://chrome.google.com/webstore/detail/make-giphy-great-again/jchaddoianhemdghmingbloolmheklff
Descrição Giphy dominates search results for GIFs, but they show a static image to try to get you to use their platform. This fixes that.
Tamanho do Arquivo 41.69 KB
Contagem de Instalações 15
Versão Atual 1.0
Última Atualização 2016-11-07
Data de Publicação 2016-11-07
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor cozmo
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}