Ad 'n Popup-Blocker

Blocks ads and ad popups from thousands of sources.

Ad 'n Popup-Blocker란 무엇입니까?

Ad 'n Popup-Blocker은(는) https://adnpopupblocker.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Blocks ads and ad popups from thousands of sources."입니다.

확장 프로그램 스크린샷

screenshot

Ad 'n Popup-Blocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension can block advertisements on many pages from many sources. Besides, it can also block ad pop-ups or close them automatically.

(The list of URLs to be blocked is constantly being expanded. If you see ads that have not been blocked, please feel free to contact us).

Features:
⭐️ Ad Blocking - It can block advertisements. (We are constantly trying to expand the list of URLs of advertising distributors.)
⭐️ Ad Pop-Up Blocking - We check if a popup is an ad (i.e. the URL is in the "black list") and block/close it.
⭐️ Faster loading times - Blocking ads can speed up the loading time of web pages.

Permissions:
Unlike traditional extensions, this extension only requires the default permissions on each website for it to block ads.

This extension uses a simple filter to detect and block unwanted URLs (so-called distribution URLs) and is also completely free.                    

확장 프로그램 기본 정보

이름 Ad 'n Popup-Blocker Ad 'n Popup-Blocker
ID eofhamhgcjpjmipbpegbjeododphaoep
공식 URL https://chromewebstore.google.com/detail/ad-n-popup-blocker/eofhamhgcjpjmipbpegbjeododphaoep
설명 Blocks ads and ad popups from thousands of sources.
파일 크기 26.99 KB
설치 횟수 101,726
현재 버전 1.0.0.7
최근 업데이트 2021-05-26
출시 날짜 2021-05-04
평점 3.63/5 총 8 개의 평점
개발자 https://adnpopupblocker.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.ads-secured.com/privacy-policy
지원되는 언어 de,en,fr,nl,es,it,pl,fi,sv
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "js\/blacklisted_urls.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "html\/popup.html"
    },
    "default_locale": "en",
    "icons": {
        "32": "img\/icons\/32x32.png",
        "64": "img\/icons\/64x64.png",
        "128": "img\/icons\/128x128.png"
    },
    "manifest_version": 2,
    "name": "Ad 'n Popup-Blocker",
    "description": "__MSG_extension_description__",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0.7",
    "web_accessible_resources": [
        "*.json"
    ]
}