Remove Donald Trump from Facebook

Remove Donald Trump from Facebook Homepage

什麼是Remove Donald Trump from Facebook?

Remove Donald Trump from Facebook是由Derek Story開發的Chrome擴展程式,該擴展的主要功能是“Remove Donald Trump from Facebook Homepage”。

擴展截圖

screenshot

下載Remove Donald Trump from Facebook擴展crx文件

下載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
官方網址 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"
    }
}