Blocker Ads

Blocker Ads - blocks all annoying ads, malware and tracking.

Blocker Ads란 무엇입니까?

Blocker Ads은(는) dimaradcuk37에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Blocker Ads - blocks all annoying ads, malware and tracking."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Blocker Ads 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Blocker Ads is our new extension with which you can block any ads on completely different sites.  All you need to do is install Blocker Ads.  This product is absolutely safe for you.  You don't have to worry about someone finding out about your personal information.  Everything is very confidential in Blocker Ads.  Once you install our extension, you will not suffer from many advertisements.  We will not use the resources of your device, because our product works without them.  It is also completely free for everyone.  Download now Blocker Ads and start using.                    

확장 프로그램 기본 정보

이름 Blocker Ads Blocker Ads
ID jlhlkeonfkihdgganlgkdlklglagendl
공식 URL https://chromewebstore.google.com/detail/blocker-ads/jlhlkeonfkihdgganlgkdlklglagendl
설명 Blocker Ads - blocks all annoying ads, malware and tracking.
파일 크기 269 KB
설치 횟수 40
현재 버전 1.1
최근 업데이트 2021-12-20
출시 날짜 2021-09-09
평점 2.00/5 총 1 개의 평점
개발자 dimaradcuk37
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "ind\/gaga.html"
    },
    "browser_action": {
        "default_icon": "img\/adb.png",
        "default_popup": "sty\/pupap.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "sty\/js\/samakat.js"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "sty\/quer\/jquery-2.1.3.min.js",
                "sty\/js\/assa.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "icons": {
        "128": "img\/adb.png"
    },
    "manifest_version": 2,
    "homepage_url": "https:\/\/adsblocker.ru",
    "name": "__MSG_ext_name__",
    "short_name": "__MSG_ext_name_short__",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "",
        "storage"
    ],
    "version": "1.1"
}