MrBeast's Ad Blocker - Official

Removes ads from YouTube, Facebook, Twitch, and more, cleaner and faster browsing

MrBeast's Ad Blocker - Official란 무엇입니까?

MrBeast's Ad Blocker - Official은(는) BlueApps.inc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes ads from YouTube, Facebook, Twitch, and more, cleaner and faster browsing"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

MrBeast's Ad Blocker - Official 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        🌟 MrBeast's Ad Blocker - Official: Created with Love 🌟

With "MrBeast's Ad Blocker - Official", transform your Chrome browsing into a smooth and secure experience.
This extension is not only an efficient ad blocker, but also your shield against online trackers.

Say goodbye to annoying ads with "MrBeast's Ad Blocker - Official"!

This powerful Chrome extension is designed to enhance your online experience,
blocking intrusive ads on all your favorite websites, including YouTube, Facebook, and more.
Developed with the quality and care that characterize MrBeast, this tool is essential for
safe and uninterrupted browsing.

🚀 Key Features:

🛡️ Total Ad Blocking: Forget about pop-ups, banners, and advertising videos on YouTube and social networks.
🌐 Universal Compatibility: Works on all websites, providing you with a clean and fast browsing experience.
🕵️ Privacy Protection: Blocks third-party trackers to keep your data safe and private.
⚡ Performance Improvement: Speeds up page loading times for a faster internet.
🎯 Customizable: Choose to allow ads on specific sites to support your favorite web pages.
🛠️ High Technology: Uses advanced algorithms to effectively detect and block all types of ads and trackers.
💥 MrBeast: Quality and trust endorsed by one of the most influential internet personalities.

Download "MrBeast's Ad Blocker - Official" now and enjoy an ad-free, fast, and secure internet! 🌍💻                    

확장 프로그램 기본 정보

이름 MrBeast's Ad Blocker - Official MrBeast's Ad Blocker - Official
ID eijfailpjccfdfmimeafgmifkihdpccl
공식 URL https://chromewebstore.google.com/detail/mrbeasts-ad-blocker-offic/eijfailpjccfdfmimeafgmifkihdpccl
설명 Removes ads from YouTube, Facebook, Twitch, and more, cleaner and faster browsing
파일 크기 7.77 MB
설치 횟수 130
현재 버전 1.0.3
최근 업데이트 2024-02-16
출시 날짜 2023-12-19
평점 5.00/5 총 2 개의 평점
개발자 BlueApps.inc
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://devfunny.com/
지원되는 언어 de,en,fr,nl,no,vi,tr,ca,da,et,es,es-419,it,lt,pt-BR,pt-PT,sv,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "short_name": "Mr",
    "version": "1.0.3",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon128.png",
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "adblock\/facebook\/fb.js"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "background",
        "scripting",
        "declarativeContent",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "default",
                "path": "\/rulesets\/main\/default.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "rulesets\/*",
                "rulesets\/ruleset-details.json",
                "\/web_accessible_resources\/empty",
                "\/web_accessible_resources\/noop.txt",
                "\/web_accessible_resources\/noop.js",
                "\/web_accessible_resources\/noop.css",
                "\/web_accessible_resources\/2x2.png",
                "\/web_accessible_resources\/1x1.gif",
                "\/web_accessible_resources\/32x32.png",
                "\/web_accessible_resources\/nofab.js",
                "\/web_accessible_resources\/hd-main.js",
                "\/web_accessible_resources\/google-ima.js",
                "\/web_accessible_resources\/popads.js",
                "\/web_accessible_resources\/google-analytics_analytics.js",
                "\/web_accessible_resources\/googlesyndication_adsbygoogle.js",
                "\/web_accessible_resources\/amazon_apstag.js",
                "\/web_accessible_resources\/doubleclick_instream_ad_status.js",
                "\/web_accessible_resources\/google-analytics_cx_api.js",
                "\/web_accessible_resources\/googletagservices_gpt.js",
                "\/web_accessible_resources\/scorecardresearch_beacon.js",
                "\/web_accessible_resources\/google-analytics_ga.js",
                "\/web_accessible_resources\/addthis_widget.js",
                "\/web_accessible_resources\/outbrain-widget.js",
                "\/web_accessible_resources\/fingerprint2.js",
                "\/web_accessible_resources\/amazon_ads.js",
                "\/web_accessible_resources\/noop-vmap1.0.xml",
                "\/web_accessible_resources\/noop-0.1s.mp3",
                "\/web_accessible_resources\/noop.html",
                "\/web_accessible_resources\/noop-1s.mp4",
                "\/web_accessible_resources\/nobab2.js",
                "\/web_accessible_resources\/click2load.html",
                "\/web_accessible_resources\/noeval-silent.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "host_permissions": [
        ""
    ]
}