Video Ad Blocker for Facebook™ App Extension

Blocks video and image ads from the facebook app news feed. And it actually works

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

Video Ad Blocker for Facebook™ App Extension은(는) https://programmerhat.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Blocks video and image ads from the facebook app news feed. And it actually works"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Are you upset about Facebook's tremendous power? Do you want Facebook to stop abusing your attention just to make more money? Is Facebook violating your privacy because they're too greedy?

Then use this free video and image sponsored adblocker! It blocks image- and video-based sponsored posts and sponsored ads from showing up in your Facebook News Feed. This is where 90+% of their revenue comes from.

Did you know Facebook is **actively sabotaging** video and image sponsored ad blockers? That's why half of the most popular sponsored ad blockers aren't effectively blocking Facebook sponsored posts or sponsored ads.

That's why this extension was created: so that Facebook video and image sponsored ads can once again be blocked easily!

I personally tested these sponsored adblockers and NONE of them are working:

* Ghostery
* Adlock
* Adblock for Facebook
* uBlock Origin
* Fair AdBlocker

The only ones I found to be working were:
* Adguard
* Adblock Plus
* Total Adblock

ALL languages are now working.

Please contact me if this ad blocker is not blocking ads for Facebook used in your language.

================================================

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.                    

확장 프로그램 기본 정보

이름 Video Ad Blocker for Facebook™ App Extension Video Ad Blocker for Facebook™ App Extension
ID cfelggdancjlfmekcfekjemffindioac
공식 URL https://chromewebstore.google.com/detail/video-ad-blocker-for-face/cfelggdancjlfmekcfekjemffindioac
설명 Blocks video and image ads from the facebook app news feed. And it actually works
파일 크기 251 KB
설치 횟수 2,000
현재 버전 1.23
최근 업데이트 2023-06-07
출시 날짜 2022-09-14
평점 3.48/5 총 31 개의 평점
개발자 https://programmerhat.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.programmerhat.com/
도움말 페이지 URL https://www.programmerhat.com/about/
개인정보 보호 정책 페이지 URL https://www.programmerhat.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Video Ad Blocker for Facebook\u2122 App Extension",
    "description": "Blocks video and image ads from the facebook app news feed. And it actually works",
    "version": "1.23",
    "author": "Tony Stark",
    "homepage_url": "https:\/\/www.programmerhat.com\/",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "action": {
        "default_title": "Video Ad Blocker for Facebook\u2122 App Extension",
        "default_icon": "assets\/icon128.png"
    }
}