Remove Donald Trump from Facebook

Remove Donald Trump from Facebook Homepage

Was ist Remove Donald Trump from Facebook?

Remove Donald Trump from Facebook ist eine Chrome-Erweiterung, die von Derek Story entwickelt wurde, und ihr Hauptmerkmal ist "Remove Donald Trump from Facebook Homepage".

Erweiterungsscreenshots

screenshot

Remove Donald Trump from Facebook-Erweiterungs-CRX-Datei herunterladen

Laden Sie Remove Donald Trump from Facebook-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Like this extension? Donations are appreciated at: 

https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KREFNCYGZJCBE

--------------------------
Remove posts on Facebook that mention "Trump". 

A post must contain the text string "trump" in order for the post to be removed. If the post only mentions "Donald", "President", or god forbid, only shows his picture, the post will remain.

Instructions:
It runs in the background, so you won't see an icon for it or anything. If you installed it, its running. If you want to remove it, delete it/disable it from chrome://extensions/

--------------------------

Logo Designed by:
http://rustlerdesigns.com 
https://www.reddit.com/user/cpncjwhitebeard

contact: 
[email protected]
http://derekstory.com                    

Grundlegende Informationen zur Erweiterung

Name Remove Donald Trump from Facebook Remove Donald Trump from Facebook
ID hhokbihnhhfghkbmihlgfcoafhkghdej
Offizielle URL https://chromewebstore.google.com/detail/remove-donald-trump-from/hhokbihnhhfghkbmihlgfcoafhkghdej
Beschreibung Remove Donald Trump from Facebook Homepage
Dateigröße 965 KB
Installationsanzahl 2,152
Aktuelle Version 3
Letztes Update 2017-02-26
Veröffentlichungsdatum 2017-02-26
Bewertung 4.27/5 Insgesamt 148 Bewertungen
Entwickler Derek Story
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remove Donald Trump from Facebook",
    "description": "Remove Donald Trump from Facebook Homepage",
    "version": "3",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "facebook_filter.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon48.png"
    }
}