Super AdBlock for Facebook

Block ALL ads on Facebook. Even those that ABP & uBlock cannot catch! Updated algorithms weekly, on every Facebook update.

Super AdBlock for Facebook란 무엇입니까?

Super AdBlock for Facebook은(는) ABP Interactive에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block ALL ads on Facebook. Even those that ABP & uBlock cannot catch! Updated algorithms weekly, on every Facebook update."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Super AdBlock for Facebook 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Facebook changes its algorithms and "Sponsored" placements constantly. Major ad blockers such as Adblock PLus or uBlock Origin aren't designed to block Facebook ads the smart way. Super AdBlock for Facebook is designed to catch and block all such ads!

We try to stay up to date and upgrade our rules and algorithms every week, to help you stay updated and in line with Facebook's "Sponsored" ad updates. This is usually a game of cat & mouse, since the social network plays hard to get and updates their algorithms for generating sponsored placements, so major blockers can't keep up with them.

Using Super AdBlock for Facebook you can instantly block all of their ads, no matter how smart they get. Kudos!


*** Disclaimer ***

For demonstrative and educational purposes only. The "Super AdBlock" extension is provided as is, without guarantees of any kind, data loss due to the use/misuse of this software alone or in conjunction with other software is not to be attributed to the developer. By installing and using this extension, you agree that you reached legal age of majority according to your jurisdiction, to not violate any applicable law, to not harm or bring damage of any kind to other parties and you agree to deem the extension creator exempt from any liability, duty or obligation of any legal nature and you agree to hold full responsibility for using this software and for any possible outcome. This extension is not linked to or sponsored by Facebook in any way, nor do we endorse the company/logo or the use/misuse of their service. We do not hold legal or moral responsibility for the advertisements that you might see in system rich notifications, all legal tenure is to be held by the advertising provider. This extension uses cookies to store user preferences or other data needed to properly run - by installing and/or using the extension, you agree to cookies being stored on the machine used in this process.  All legal, ownership and/or distribution rights for the images, trademarks or other content used to promote this extension or in conjunction with such purposes, are attributed to their respective owners.                    

확장 프로그램 기본 정보

이름 Super AdBlock for Facebook Super AdBlock for Facebook
ID ikgcfjfpjmbmgmlhaglobdfamofgnhfn
공식 URL https://chrome.google.com/webstore/detail/super-adblock-for-faceboo/ikgcfjfpjmbmgmlhaglobdfamofgnhfn
설명 Block ALL ads on Facebook. Even those that ABP & uBlock cannot catch! Updated algorithms weekly, on every Facebook update.
파일 크기 18.87 KB
설치 횟수 1,000
현재 버전 1.0.3
최근 업데이트 2019-11-21
출시 날짜 2019-11-21
평점 3.23/5 총 13 개의 평점
개발자 ABP Interactive
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://bitsellx.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Super AdBlock for Facebook",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Block ALL ads on Facebook. Even those that ABP & uBlock cannot catch! Updated algorithms weekly, on every Facebook update.",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon48.png",
        "default_title": "Super AdBlock for Facebook"
    },
    "permissions": [
        "activeTab",
        "notifications",
        "storage",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "icons\/*",
        "css\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/inject\/inject.js"
            ],
            "run_at": "document_start"
        }
    ]
}