AdBlock Plus: Free Ad Blocker

Adblock Plus: Free Ad Blocker is a free extension that allows you to customize and control your web experience. Block annoying ads.

AdBlock Plus: Free Ad Blocker란 무엇입니까?

AdBlock Plus: Free Ad Blocker은(는) jamesjenniferzxchd에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adblock Plus: Free Ad Blocker is a free extension that allows you to customize and control your web experience. Block annoying ads."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

AdBlock Plus: Free Ad Blocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Adblock Plus, the most popular ad blocker on Firefox, Chrome, Safari, Android and iOS. Block pop-ups and annoying ads on websites like Facebook and YouTube.

Features:-

#1 Faster, More Enjoyable Browsing
#2 Keep Your Data And Devices Safe
#3 Not All Ads Are Bad

How To use:-

1. Firstly click on "Add To Chrome" Button.
2. After loading data just click on "Extension icon"
3. You see Pop-up menu of Adblock Plus.
4. when you visit any sites , then ads are Blocked.
5. Thanks Lets Enjoy.

:)                    

확장 프로그램 기본 정보

이름 AdBlock Plus: Free Ad Blocker AdBlock Plus: Free Ad Blocker
ID dfmidlljlmmpnodhebiolaacjfoodpij
공식 URL https://chrome.google.com/webstore/detail/adblock-plus-free-ad-bloc/dfmidlljlmmpnodhebiolaacjfoodpij
설명 Adblock Plus: Free Ad Blocker is a free extension that allows you to customize and control your web experience. Block annoying ads.
파일 크기 141 KB
설치 횟수 166
현재 버전 2.0
최근 업데이트 2022-06-08
출시 날짜 2021-08-17
평점 4.20/5 총 5 개의 평점
개발자 jamesjenniferzxchd
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://apkmanager.co/adblock/
개인정보 보호 정책 페이지 URL https://yourwebgame.com/page/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdBlock Plus: Free Ad Blocker",
    "description": "Adblock Plus: Free Ad Blocker is a free extension that allows you to customize and control your web experience. Block annoying ads.",
    "version": "2.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/service_worker.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/image\/icon16.png",
            "32": "\/image\/icon32.png",
            "48": "\/image\/icon48.png",
            "128": "\/image\/icon128.png"
        }
    },
    "icons": {
        "16": "\/image\/icon16.png",
        "32": "\/image\/icon32.png",
        "48": "\/image\/icon48.png",
        "128": "\/image\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}