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
官方網址 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\/*.*"
    ]
}