Remove Donald Trump from Facebook

Remove Donald Trump from Facebook Homepage

Τι είναι το Remove Donald Trump from Facebook;

Το Remove Donald Trump from Facebook είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Derek Story, και η κύρια λειτουργία του είναι "Remove Donald Trump from Facebook Homepage".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Remove Donald Trump from Facebook

Λήψη αρχείων επέκτασης Remove Donald Trump from Facebook σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Remove Donald Trump from Facebook Remove Donald Trump from Facebook
ID hhokbihnhhfghkbmihlgfcoafhkghdej
Επίσημο URL https://chromewebstore.google.com/detail/remove-donald-trump-from/hhokbihnhhfghkbmihlgfcoafhkghdej
Περιγραφή Remove Donald Trump from Facebook Homepage
Μέγεθος Αρχείου 965 KB
Αριθμός Εγκαταστάσεων 2,152
Τρέχουσα Έκδοση 3
Τελευταία Ενημέρωση 2017-02-26
Ημερομηνία Δημοσίευσης 2017-02-26
Αξιολόγηση 4.27/5 Συνολικά 148 Αξιολογήσεις
Προγραμματιστής Derek Story
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}