Bloqueador de Anúncios Popup

A maneira mais fácil e segura de bloquear Anúncios Popup.

What is Bloqueador de Anúncios Popup?

Bloqueador de Anúncios Popup is a Chrome extension developed by AR Developer, and its main feature is "A maneira mais fácil e segura de bloquear Anúncios Popup.".

Extension Screenshots

screenshot
screenshot

Download Bloqueador de Anúncios Popup Extension CRX File

Download Bloqueador de Anúncios Popup extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Evite uso abusivo desse tipo de publicidade de maneira simples. A extensão não é detectável por anti-adblocks. 

Basta adicionar o site à lista de bloqueio, caso ainda não tenha sido adicionado.                    

Extension Basic Information

Name Bloqueador de Anúncios Popup Bloqueador de Anúncios Popup
ID mhnbpolmjgiikgbjfekcmbjoanlgppik
Official URL https://chromewebstore.google.com/detail/bloqueador-de-an%C3%BAncios-po/mhnbpolmjgiikgbjfekcmbjoanlgppik
Description A maneira mais fácil e segura de bloquear Anúncios Popup.
File Size 88.31 KB
Installation Count 41
Current Version 0.1.0
Last Updated 2021-02-04
Publish Date 2021-02-04
Rating 5.00/5 Total 2 Ratings
Developer AR Developer
Email [email protected]
Payment Type free
Supported Languages pt-BR
manifest.json
{
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "browser_action": {
        "default_icon": {
            "128": "data\/icons\/128.png"
        },
        "default_popup": "data\/popup\/popup.html",
        "default_title": "Bloqueador de An\u00fancios Popup"
    },
    "content_scripts": [
        {
            "js": [
                "lib\/jquery.min.js",
                "data\/script\/load.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "all_frames": true,
            "js": [
                "content_pop.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "A maneira mais f\u00e1cil e segura de bloquear An\u00fancios Popup.",
    "icons": {
        "128": "data\/icons\/128.png"
    },
    "web_accessible_resources": [
        "lib\/jquery.min.js",
        "content_pop.js"
    ],
    "manifest_version": 2,
    "name": "Bloqueador de An\u00fancios Popup",
    "options_ui": {
        "chrome_style": true,
        "open_in_tab": true,
        "page": "data\/options\/options.html"
    },
    "permissions": [
        "storage",
        "",
        "webRequest"
    ],
    "homepage_url": "https:\/\/sites.google.com\/site\/4564654o\/pop",
    "short_name": "Blockeador de Popup",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.0"
}