Bunny My News

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

Cos'è Bunny My News?

Bunny My News è un'estensione di Chrome sviluppata da katie.jergens, e la sua funzione principale è "Replace images of Donald Trump with bunnies, because it's bad enough to read the news.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Bunny My News

Scarica i file di estensione Bunny My News in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Bunny My News Bunny My News
ID hejjhgihcmepiacbeomcjgmgopkhmaak
URL Ufficiale https://chromewebstore.google.com/detail/bunny-my-news/hejjhgihcmepiacbeomcjgmgopkhmaak
Descrizione Replace images of Donald Trump with bunnies, because it's bad enough to read the news.
Dimensione del File 48.81 KB
Conteggio Installazioni 37
Versione Corrente 1.0.6
Ultimo Aggiornamento 2017-05-15
Data di Pubblicazione 2017-05-15
Valutazione 3.75/5 Totale 4 Valutazioni
Sviluppatore katie.jergens
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/kjergens/Bunny-My-News
Lingue Supportate 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"
        }
    ]
}