Topic Blocker

Filter out Facebook posts by topic.

Topic Blocker란 무엇입니까?

Topic Blocker은(는) Adam에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Filter out Facebook posts by topic."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Topic Blocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Are you tired of reading posts in your Facebook News Feed about a specific (probably controversial) topic from all 1000 of your closest friends/enemies/acquaintances/pets/phrenologists?

Good news! When you get tired of a certain topic, just use Topic Blocker to block it!                    

확장 프로그램 기본 정보

이름 Topic Blocker Topic Blocker
ID nljofmjkcfcllbffocmfddhmapchciaj
공식 URL https://chromewebstore.google.com/detail/topic-blocker/nljofmjkcfcllbffocmfddhmapchciaj
설명 Filter out Facebook posts by topic.
파일 크기 51.05 KB
설치 횟수 73
현재 버전 0.0.1
최근 업데이트 2014-07-10
출시 날짜 2014-07-10
평점 5.00/5 총 9 개의 평점
개발자 Adam
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/16.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/chromereload.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/19.png",
            "38": "images\/38.png"
        },
        "default_title": "Topic Blocker",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "scripts\/contentscript2.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}