Trump Dog

Trump vs Cashew - Who do you want to see?

What is Trump Dog?

Trump Dog is a Chrome extension developed by antsgardiner, and its main feature is "Trump vs Cashew - Who do you want to see?".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Trump Dog Extension CRX File

Download Trump Dog extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Trump Dog Trump Dog
ID bdhcfpbgaifaaechanicakocebiniinl
Official URL https://chromewebstore.google.com/detail/trump-dog/bdhcfpbgaifaaechanicakocebiniinl
Description Trump vs Cashew - Who do you want to see?
File Size 11.65 MB
Installation Count 19
Current Version 1.1
Last Updated 2017-03-14
Publish Date 2017-03-13
Rating 5.00/5 Total 4 Ratings
Developer antsgardiner
Payment Type free
Supported Languages 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\/*.*"
    ]
}