Trumpblock

Replace images of Donald Trump with a #trumpblock

Wat is Trumpblock?

Trumpblock is een Chrome-extensie ontwikkeld door http://trumpblock.mx, en de belangrijkste functie is "Replace images of Donald Trump with a #trumpblock".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Trumpblock

Download Trumpblock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        I LEARNED TO SET A GOAL AND TO BLOCK OUT OTHER THINGS AND JUST FOCUS ON THIS ONE THING 
#TRUMPBLOCK. 

No kittens, no hair memes. Just a way to surf the internet without detaching yourself from reality but without having to endure more theatrics.

Follow us on twitter @trumpblock
www.trumpblock.mx                    

Basisinformatie over de Extensie

Naam Trumpblock Trumpblock
ID pipjonnboflelokcjbnklghcopacclbl
Officiële URL https://chrome.google.com/webstore/detail/trumpblock/pipjonnboflelokcjbnklghcopacclbl
Beschrijving Replace images of Donald Trump with a #trumpblock
Bestandsgrootte 138 KB
Aantal Installaties 13
Huidige Versie 2.18
Laatst Bijgewerkt 2017-07-11
Publicatiedatum 2017-07-11
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar http://trumpblock.mx
Betalingswijze free
Extensiewebsite http://www.trumpblock.mx
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Replace images of Donald Trump with a #trumpblock",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 2,
    "name": "Trumpblock",
    "permissions": [
        "http:\/\/*\/*"
    ],
    "version": "2.18"
}