Sh*tblocker

Some people choose to poop all over your news feed. Don't let them.

Sh*tblocker란 무엇입니까?

Sh*tblocker은(는) andersrex.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Some people choose to poop all over your news feed. Don't let them."입니다.

확장 프로그램 스크린샷

screenshot

Sh*tblocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Sh*tblocker is the tool that let's you block unwanted posts from your Facebook newsfeed.

Simply install the plugin, type in a keyword or URL that you wish to block, and it will be magically blocked from clogging up your feed.

http://false.brace.io                    

확장 프로그램 기본 정보

이름 Sh*tblocker Sh*tblocker
ID ekgckjpfcpckmilbopfclfmpplajpddp
공식 URL https://chrome.google.com/webstore/detail/shtblocker/ekgckjpfcpckmilbopfclfmpplajpddp
설명 Some people choose to poop all over your news feed. Don't let them.
파일 크기 54.31 KB
설치 횟수 27
현재 버전 0.1.3
최근 업데이트 2014-05-30
출시 날짜 2014-05-30
평점 5.00/5 총 3 개의 평점
개발자 andersrex.com
결제 유형 free
확장 프로그램 웹 사이트 http://false.brace.io/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sh*tblocker",
    "description": "Some people choose to poop all over your news feed. Don't let them.",
    "author": "False",
    "version": "0.1.3",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*.facebook.com\/*",
        "https:\/\/*.facebook.com\/*",
        "storage"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "matches": [
            "*:\/\/*.facebook.com\/*"
        ],
        "default_title": "Sh*tblocker",
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}