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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}