F.Block Sponsored

Block Facebook™ sponsored and suggested posts in any language

F.Block Sponsored là gì?

F.Block Sponsored là một tiện ích mở rộng Chrome được phát triển bởi https://fblocksponsored.de, và tính năng chính của nó là "Block Facebook™ sponsored and suggested posts in any language".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng F.Block Sponsored

Tải xuống các tệp mở rộng F.Block Sponsored 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

                        F.Block Sponsored is a lightweight and straightforward ad blocker designed specifically for Facebook™, targeting sponsored posts, suggested posts, and video banner ads. This extension works across all languages available on Facebook™, including its mobile website.

IMPORTANT NOTE: Facebook™ consistently attempts to counteract ad blockers, causing this extension to occasionally stop functioning. In such cases, please await an update from F.Block Sponsored. Typically, updates are released within 1 to 2 days.

This project began as a personal hobby to eliminate irritating ads; however, I found myself committed to maintaining it for everyone who uses it, regardless of the effort and time I invest. Therefore, if you find this extension useful, you can show your appreciation by rating it 5 stars and/or making a donation through the URL below, if you're able to do so: https://www.paypal.com/donate/?hosted_button_id=HFTDZ39U8A5ZQ

Thank you :)                    

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

Tên F.Block Sponsored F.Block Sponsored
ID njcnnfelhkehnacoabhefefkbmloakkf
URL Chính Thức https://chromewebstore.google.com/detail/fblock-sponsored/njcnnfelhkehnacoabhefefkbmloakkf
Mô tả Block Facebook™ sponsored and suggested posts in any language
Kích Thước Tệp 26.71 KB
Số Lần Cài Đặt 10,611
Phiên Bản Hiện Tại 4.4.6
Cập Nhật Lần Cuối 2024-01-23
Ngày Phát Hành 2020-06-06
Đánh Giá 3.97/5 Tổng số 215 Đánh Giá
Nhà Phát Triển https://fblocksponsored.de
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://fblocksponsored.de
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "Mohammad Alsadi",
    "background": {
        "service_worker": "background.js"
    },
    "name": "F.Block Sponsored",
    "description": "Block Facebook\u2122 sponsored and suggested posts in any language",
    "default_locale": "en",
    "version": "4.4.6",
    "action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "blocker.js"
            ],
            "css": [
                "main.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "loader.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ]
}