AdBlocker Ultimate: Free & Secure Adblocker

AdBlocker Ultimate is a Free & Secure Adblocker for chrome and all social Media. Completely remove ALL ads.

AdBlocker Ultimate: Free & Secure Adblocker란 무엇입니까?

AdBlocker Ultimate: Free & Secure Adblocker은(는) kelsallrichellayuiod에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AdBlocker Ultimate is a Free & Secure Adblocker for chrome and all social Media. Completely remove ALL ads."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

AdBlocker Ultimate: Free & Secure Adblocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        AdBlocker Ultimate is Available in the chrome web store, just install it and Browse Secure with AdBlocker Ultimate.

Free and improved ad blocker. Completely remove ALL ads. No "acceptable" ads or whitelisted advertisers, block tracking, block malware!

How To Use:-

1. Firstly Click on "Add To Chrome" button.
2. After download just click on "Extension Icon" 
3. Then ON/OFF Adblock and use.
4. Lets Enjoy

Thanks :)                    

확장 프로그램 기본 정보

이름 AdBlocker Ultimate: Free & Secure Adblocker AdBlocker Ultimate: Free & Secure Adblocker
ID flcbhdghoafhgjjmhfemoenipkfchdcd
공식 URL https://chrome.google.com/webstore/detail/adblocker-ultimate-free-s/flcbhdghoafhgjjmhfemoenipkfchdcd
설명 AdBlocker Ultimate is a Free & Secure Adblocker for chrome and all social Media. Completely remove ALL ads.
파일 크기 138 KB
설치 횟수 148
현재 버전 2.0
최근 업데이트 2022-06-27
출시 날짜 2021-08-21
평점 4.50/5 총 4 개의 평점
개발자 kelsallrichellayuiod
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://apkmanager.co/adblocker-ultimate/
개인정보 보호 정책 페이지 URL https://onlynewtab.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdBlocker Ultimate: Free & Secure Adblocker",
    "description": "AdBlocker Ultimate is a Free & Secure Adblocker for chrome and all social Media. Completely remove ALL 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",
        ""
    ]
}