Trump Dog

Trump vs Cashew - Who do you want to see?

什么是Trump Dog?

Trump Dog是由antsgardiner开发的Chrome扩展程序,该扩展的主要功能是“Trump vs Cashew - Who do you want to see?”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Trump Dog扩展crx文件

下载Trump Dog扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Trump Dog Trump Dog
ID bdhcfpbgaifaaechanicakocebiniinl
官方URL https://chromewebstore.google.com/detail/trump-dog/bdhcfpbgaifaaechanicakocebiniinl
简介 Trump vs Cashew - Who do you want to see?
文件大小 11.65 MB
安装次数 19
当前版本 1.1
更新时间 2017-03-14
上架时间 2017-03-13
评分 5.00/5 共4次评分
开发者 antsgardiner
付费类型 free
支持的语言 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\/*.*"
    ]
}