Yeezify

Yeezify the web!

O que é Yeezify?

Yeezify é uma extensão do Chrome desenvolvida por Terkel Gjervig, e sua principal característica é "Yeezify the web!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Yeezify

Baixe arquivos de extensão Yeezify 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

                        Sick of your Facebook friends? News getting you down? Boring images? Yeezify is a Chrome extenion that changes every image on a webpage to one of Kanye West.

Instantly change all images on any given webpage to Yeezus.
Install the extension, click the Kanye head and watch the magic happen!                    

Informações Básicas da Extensão

Nome Yeezify Yeezify
ID bnhjledfkllachkdaphpcdbmdnkaahjj
URL Oficial https://chrome.google.com/webstore/detail/yeezify/bnhjledfkllachkdaphpcdbmdnkaahjj
Descrição Yeezify the web!
Tamanho do Arquivo 50.28 KB
Contagem de Instalações 60
Versão Atual 1.0.2
Última Atualização 2014-08-04
Data de Publicação 2014-08-04
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Terkel Gjervig
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://yeezify.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yeezify",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Yeezify the web!",
    "author": "Terkel Gjervig",
    "short_name": "Yeezify",
    "homepage_url": "http:\/\/yeezify.terkel.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js",
            "src\/bg\/yeezify.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "I'mma fix it"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}