Dont Support Trump Supporters

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

Qu'est-ce que Dont Support Trump Supporters ?

Dont Support Trump Supporters est une extension Chrome développée par Danne Woo, et sa fonction principale est "Doesn’t allow you to view any Trump property websites, Trump supporter websites or websites that sell Trump family products.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Dont Support Trump Supporters

Téléchargez les fichiers d'extension Dont Support Trump Supporters au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Dont Support Trump Supporters Dont Support Trump Supporters
ID fhkcohkhhfhemkdmmnkbbcpjdgcjloae
URL Officiel https://chromewebstore.google.com/detail/dont-support-trump-suppor/fhkcohkhhfhemkdmmnkbbcpjdgcjloae
Description Doesn’t allow you to view any Trump property websites, Trump supporter websites or websites that sell Trump family products.
Taille du Fichier 81.08 KB
Nombre d'Installations 17
Version Actuelle 1.0.7
Dernière Mise à Jour 2017-01-14
Date de Publication 2017-01-14
Évaluation 5.00/5 Total 1 Évaluations
Développeur Danne Woo
Type de Paiement free
Langues Prises en Charge 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"
    }
}