Ad Blocker for Facebook™

An open-source Ad Blocker for Facebook™

Ad Blocker for Facebook™란 무엇입니까?

Ad Blocker for Facebook™은(는) tiratatp-chrome-publisher-group에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An open-source Ad Blocker for Facebook™"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Ad Blocker for Facebook™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        - Support the FB5 layout (Thanks to [Christos Botsikas](https://github.com/cbotsikas))
- Blocks both suggested posts and sidebar ads
- Does not slow down your computer
- Does not track/read your Facebook activity, or other websites
- You can inspect everything about this extension here, https://github.com/facebook-adblock/facebook_adblock/blob/mainline/src/main.js

This extension is 100% free and open source.

We have a Firefox version here (Thanks to [Chih-Hsuan Yen](https://github.com/yan12125)),
https://addons.mozilla.org/en-US/firefox/addon/fb_ad_block/

Enjoy!

_We are not affiliated, associated, authorized, endorsed by, or in any way officially connected with Facebook._

_Facebook is a registered trademark of the Facebook, Inc._                    

확장 프로그램 기본 정보

이름 Ad Blocker for Facebook™ Ad Blocker for Facebook™
ID kinpgphmiekapnpbmobneleaiemkefag
공식 URL https://chromewebstore.google.com/detail/ad-blocker-for-facebook/kinpgphmiekapnpbmobneleaiemkefag
설명 An open-source Ad Blocker for Facebook™
파일 크기 7.99 KB
설치 횟수 43,366
현재 버전 1.9.14
최근 업데이트 2022-09-15
출시 날짜 2020-05-26
평점 3.15/5 총 392 개의 평점
개발자 tiratatp-chrome-publisher-group
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/facebook-adblock/facebook_adblock
도움말 페이지 URL https://github.com/facebook-adblock/facebook_adblock/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ad Blocker for Facebook\u2122",
    "version": "1.9.14",
    "description": "An open-source Ad Blocker for Facebook\u2122",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "tiratatp",
    "homepage_url": "https:\/\/github.com\/facebook-adblock\/facebook_adblock",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "default-src 'self'",
    "browser_specific_settings": {
        "gecko": {
            "id": "{d403ee9c-3bd2-41d3-b1e9-27698babf097}"
        }
    }
}