Sh*tblocker

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

Sh*tblocker là gì?

Sh*tblocker là một tiện ích mở rộng Chrome được phát triển bởi andersrex.com, và tính năng chính của nó là "Some people choose to poop all over your news feed. Don't let them.".

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

screenshot

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

Tải xuống các tệp mở rộng Sh*tblocker 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

                        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                    

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

Tên Sh*tblocker Sh*tblocker
ID ekgckjpfcpckmilbopfclfmpplajpddp
URL Chính Thức https://chrome.google.com/webstore/detail/shtblocker/ekgckjpfcpckmilbopfclfmpplajpddp
Mô tả Some people choose to poop all over your news feed. Don't let them.
Kích Thước Tệp 54.31 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2014-05-30
Ngày Phát Hành 2014-05-30
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển andersrex.com
Loại Thanh Toán free
Trang Web Mở Rộng http://false.brace.io/
Ngôn Ngữ Được Hỗ Trợ 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
}