Ad 'n Popup-Blocker

Blocks ads and ad popups from thousands of sources.

O que é Ad 'n Popup-Blocker?

Ad 'n Popup-Blocker é uma extensão do Chrome desenvolvida por https://adnpopupblocker.com, e sua principal característica é "Blocks ads and ad popups from thousands of sources.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Ad 'n Popup-Blocker

Baixe arquivos de extensão Ad 'n Popup-Blocker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Ad 'n Popup-Blocker Ad 'n Popup-Blocker
ID eofhamhgcjpjmipbpegbjeododphaoep
URL Oficial https://chromewebstore.google.com/detail/ad-n-popup-blocker/eofhamhgcjpjmipbpegbjeododphaoep
Descrição Blocks ads and ad popups from thousands of sources.
Tamanho do Arquivo 26.99 KB
Contagem de Instalações 101,726
Versão Atual 1.0.0.7
Última Atualização 2021-05-26
Data de Publicação 2021-05-04
Classificação 3.63/5 Total de 8 Avaliações
Desenvolvedor https://adnpopupblocker.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.ads-secured.com/privacy-policy
Idiomas Suportados 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"
    ]
}