Marvel-DC Blocker

Remove any shitty post about Marvel/DC universe from Facebook.

Marvel-DC Blocker란 무엇입니까?

Marvel-DC Blocker은(는) Fernando Paladini에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remove any shitty post about Marvel/DC universe from Facebook."입니다.

확장 프로그램 스크린샷

screenshot

Marvel-DC Blocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Chrome Extension that removes all Facebook posts that mention any shit from Marvel or DC universe. 

For unknown reasons (during my childhood and probably related to my parents), I don't like anything related to super heroes. I know that most of you like movies and comics about heroes from Marvel and DC - and I respect it, but I personally don't like it. I mean, I really don't like it. It make me feel angry. Very. Angry.

Summarizing, I don't want to see anything related to "Civil War", "#TeamIronMan", "#TeamCap" or any shitty post from Marvel / DC universe in my Facebook. If you neither, then download this extension and be happy :)                    

확장 프로그램 기본 정보

이름 Marvel-DC Blocker Marvel-DC Blocker
ID bjmlbgigclhoakjnkmpmlolgogjeinmf
공식 URL https://chromewebstore.google.com/detail/marvel-dc-blocker/bjmlbgigclhoakjnkmpmlolgogjeinmf
설명 Remove any shitty post about Marvel/DC universe from Facebook.
파일 크기 15.03 KB
설치 횟수 24
현재 버전 1.0
최근 업데이트 2016-03-26
출시 날짜 2016-03-25
평점 2.00/5 총 4 개의 평점
개발자 Fernando Paladini
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/paladini/marveldc_blocker
도움말 페이지 URL https://github.com/paladini/marveldc_blocker/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Marvel-DC Blocker",
    "description": "Remove any shitty post about Marvel\/DC universe from Facebook.",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "scripts\/facebook_filter.js"
            ]
        }
    ]
}