Topic Blocker

Filter out Facebook posts by topic.

Topic Blocker là gì?

Topic Blocker là một tiện ích mở rộng Chrome được phát triển bởi Adam, và tính năng chính của nó là "Filter out Facebook posts by topic.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Topic Blocker

Tải xuống các tệp mở rộng Topic Blocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Topic Blocker Topic Blocker
ID nljofmjkcfcllbffocmfddhmapchciaj
URL Chính Thức https://chromewebstore.google.com/detail/topic-blocker/nljofmjkcfcllbffocmfddhmapchciaj
Mô tả Filter out Facebook posts by topic.
Kích Thước Tệp 51.05 KB
Số Lần Cài Đặt 73
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2014-07-10
Ngày Phát Hành 2014-07-10
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Adam
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}