Dont Support Trump Supporters

Doesn’t allow you to view any Trump property websites, Trump supporter websites or websites that sell Trump family products.

什麼是Dont Support Trump Supporters?

Dont Support Trump Supporters是由Danne Woo開發的Chrome擴展程式,該擴展的主要功能是“Doesn’t allow you to view any Trump property websites, Trump supporter websites or websites that sell Trump family products.”。

擴展截圖

screenshot

下載Dont Support Trump Supporters擴展crx文件

下載Dont Support Trump Supporters擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Doesn’t allow you to view any Trump property websites, Trump supporter websites or websites that sell Trump family products by displaying a warning message. It also reminds you to donate to important non-profits including the ACLU, Planned Parenthood, etc. Data updated: Jan 14, 2017.                    

擴展基本資訊

名稱 Dont Support Trump Supporters Dont Support Trump Supporters
ID fhkcohkhhfhemkdmmnkbbcpjdgcjloae
官方網址 https://chromewebstore.google.com/detail/dont-support-trump-suppor/fhkcohkhhfhemkdmmnkbbcpjdgcjloae
簡介 Doesn’t allow you to view any Trump property websites, Trump supporter websites or websites that sell Trump family products.
檔案大小 81.08 KB
安裝次數 17
目前版本 1.0.7
更新時間 2017-01-14
上架時間 2017-01-14
評分 5.00/5 共 1 次評分
開發者 Danne Woo
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dont Support Trump Supporters",
    "description": "Doesn\u2019t allow you to view any Trump property websites, Trump supporter websites or websites that sell Trump family products.",
    "version": "1.0.7",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "background.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "imgs\/trump.jpg",
        "trump-data.json"
    ],
    "browser_action": {
        "default_icon": {
            "16": "imgs\/icon16.png",
            "24": "imgs\/icon24.png",
            "32": "imgs\/icon32.png"
        }
    },
    "icons": {
        "16": "imgs\/icon16.png",
        "48": "imgs\/icon48.png",
        "128": "imgs\/icon128.png"
    }
}