Bunny My News

Replace images of Donald Trump with bunnies, because it's bad enough to read the news.

O que é Bunny My News?

Bunny My News é uma extensão do Chrome desenvolvida por katie.jergens, e sua principal característica é "Replace images of Donald Trump with bunnies, because it's bad enough to read the news.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Bunny My News

Baixe arquivos de extensão Bunny My News 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

                        Replaces images of Donald Trump with a random photos of bunnies. Works on Google Images and most news sites, e.g., New York Times, Washington Post, Google News. Note some sites display images in such a way that they cannot be bunnified, e.g, Facebook and The Guardian.

This is just for fun. Trump in the news a lot and it's fun to see bunnies whenever his name is mentioned.
 
Later versions might let you pick another person to replace with bunnies, and/or another animal.                    

Informações Básicas da Extensão

Nome Bunny My News Bunny My News
ID hejjhgihcmepiacbeomcjgmgopkhmaak
URL Oficial https://chromewebstore.google.com/detail/bunny-my-news/hejjhgihcmepiacbeomcjgmgopkhmaak
Descrição Replace images of Donald Trump with bunnies, because it's bad enough to read the news.
Tamanho do Arquivo 48.81 KB
Contagem de Instalações 37
Versão Atual 1.0.6
Última Atualização 2017-05-15
Data de Publicação 2017-05-15
Classificação 3.75/5 Total de 4 Avaliações
Desenvolvedor katie.jergens
Tipo de Pagamento free
Site da Extensão https://github.com/kjergens/Bunny-My-News
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bunny My News",
    "description": "Replace images of Donald Trump with bunnies, because it's bad enough to read the news.",
    "version": "1.0.6",
    "icons": {
        "48": "bmn48.png",
        "128": "bmn128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "bmn.js"
            ],
            "run_at": "document_idle"
        }
    ]
}