Ad Blocker

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

Ad Blocker란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        We would like to offer you our new extension.  Tired of advertising on the Internet?  Then Ad Blocker will help you.  Thanks to our product, you will be able to get rid of annoying advertisements on the Internet.  When you install Ad Blocker, you will immediately forget about the ads that bother you.  We guarantee you the high quality of our product.  You will not have to worry about your children, because you will know that they do not receive advertisements from unknown sites.  We did our best to make our product as simple and comfortable to use as possible for our users.  Just download Ad Blocker and start using it right now.                    

확장 프로그램 기본 정보

이름 Ad Blocker Ad Blocker
ID jaohnaoeopobbpjdeglffjnaclhifabp
공식 URL https://chrome.google.com/webstore/detail/ad-blocker/jaohnaoeopobbpjdeglffjnaclhifabp
설명 Ad Blocker - blocks all annoying ads, malware and tracking.
파일 크기 272 KB
설치 횟수 2,678
현재 버전 1.1
최근 업데이트 2021-12-22
출시 날짜 2021-04-25
평점 1.75/5 총 4 개의 평점
개발자 vadimmitrievich182
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "cerata.html"
    },
    "browser_action": {
        "default_icon": "sromana.png",
        "default_popup": "orea.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "siceond.js"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "soji.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": "sromana.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"
}