Trump Dog

Trump vs Cashew - Who do you want to see?

Cos'è Trump Dog?

Trump Dog è un'estensione di Chrome sviluppata da antsgardiner, e la sua funzione principale è "Trump vs Cashew - Who do you want to see?".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Trump Dog

Scarica i file di estensione Trump Dog 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

                        If someone posts a news item about Donald Trump into your Facebook newsfeed, this extension will replace his photo with a photo of my dog, Cashew.

Donald Trump and Cashew both want attention. Whose face do you want to see?

The links to articles will still work, so if you want to see the actual picture you can click through. This extension only changes photos linked to news articles in your Facebook News feed. You can still see silly orange faces on news sites if you want to. If you go to a news site, you should expect it. No one wants that in their Fb feed.

Cashew vs Trump. You decide.                    

Informazioni di Base sull'Estensione

Nome Trump Dog Trump Dog
ID bdhcfpbgaifaaechanicakocebiniinl
URL Ufficiale https://chromewebstore.google.com/detail/trump-dog/bdhcfpbgaifaaechanicakocebiniinl
Descrizione Trump vs Cashew - Who do you want to see?
Dimensione del File 11.65 MB
Conteggio Installazioni 19
Versione Corrente 1.1
Ultimo Aggiornamento 2017-03-14
Data di Pubblicazione 2017-03-13
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore antsgardiner
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump Dog",
    "description": "Trump vs Cashew - Who do you want to see?",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.facebook.com\/*",
                "*:\/\/web.facebook.com\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "jquery.js"
        ]
    },
    "web_accessible_resources": [
        "images\/*.*"
    ]
}