Bunny My News

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

Qu'est-ce que Bunny My News ?

Bunny My News est une extension Chrome développée par katie.jergens, et sa fonction principale est "Replace images of Donald Trump with bunnies, because it's bad enough to read the news.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Bunny My News

Téléchargez les fichiers d'extension Bunny My News au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Bunny My News Bunny My News
ID hejjhgihcmepiacbeomcjgmgopkhmaak
URL Officiel https://chromewebstore.google.com/detail/bunny-my-news/hejjhgihcmepiacbeomcjgmgopkhmaak
Description Replace images of Donald Trump with bunnies, because it's bad enough to read the news.
Taille du Fichier 48.81 KB
Nombre d'Installations 37
Version Actuelle 1.0.6
Dernière Mise à Jour 2017-05-15
Date de Publication 2017-05-15
Évaluation 3.75/5 Total 4 Évaluations
Développeur katie.jergens
Type de Paiement free
Site Web de l'Extension https://github.com/kjergens/Bunny-My-News
Langues Prises en Charge 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"
        }
    ]
}