Ninja Popup Blocker: Block Unwanted Popups

Where the art of Popup Blocking & Ninjutsu meet

Cos'è Ninja Popup Blocker: Block Unwanted Popups?

Ninja Popup Blocker: Block Unwanted Popups è un'estensione di Chrome sviluppata da Felipe, e la sua funzione principale è "Where the art of Popup Blocking & Ninjutsu meet".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Ninja Popup Blocker: Block Unwanted Popups

Scarica i file di estensione Ninja Popup Blocker: Block Unwanted Popups in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Ninja Popup Blocker for Chrome & Firefox enables you to eliminate popups and redirects, redefining your internet browsing experience.

Simple.
Designed as a complement to your browser, Ninja Popup Blocker blends in and only becomes apparent when a popup or redirect is detected. A very gorgeous, minimal and intuitive interface.

Powerful.
Armed with advanced technologies, Ninja Popup Blocker works discreetly to protect your browsing experience. Easy both on your computer’s CPU and memory. Engineered for maximum performance.

Compatible.
Ninja Popup Blocker is designed to work side by side your existing adblocking software, enabling you for even greater protection from ads and popups. The possibilities are endless.  

Origins
13,568 ft above sea level, on an isolated and remote part of the Himalayan mountains, lies a peak with a little antiquated wooden cabin. While very few individuals have seen who lodges in that quaint cabin, rumors have consumed villagers in a town below. Many tell a tale of a ninja who once was trained by Ra’s al Ghul himself and was a prominent member of the league of shadows. But after a disagreement he vanished. After a long and tense standoff, members of the fiveBrackets engineering team convinced him to come out of retirement. Those remarkable engineers trained him a special form of ninjutsu to expertly defend your computer from irritating popups.                    

Informazioni di Base sull'Estensione

Nome Ninja Popup Blocker: Block Unwanted Popups Ninja Popup Blocker: Block Unwanted Popups
ID indpgnmcnlnbbjmljmehdaidfefamdff
URL Ufficiale https://chrome.google.com/webstore/detail/ninja-popup-blocker-block/indpgnmcnlnbbjmljmehdaidfefamdff
Descrizione Where the art of Popup Blocking & Ninjutsu meet
Dimensione del File 647 KB
Conteggio Installazioni 3,000
Versione Corrente 0.1.2
Ultimo Aggiornamento 2019-09-23
Data di Pubblicazione 2019-09-23
Valutazione 4.45/5 Totale 20 Valutazioni
Sviluppatore Felipe
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://fivebrackets.com/ninja-popup-blocker/
Lingue Supportate de,en,fr,tr,es,pt-BR,sv,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ninja Popup Blocker: Block Unwanted Popups",
    "short_name": "Ninja",
    "description": "__MSG_app_description__",
    "author": "Felipe",
    "version": "0.1.2",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "storage",
        "tabs",
        "",
        "contextMenus"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "config.js",
            "common.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "19": "data\/icons\/19.png",
            "32": "data\/icons\/32.png",
            "38": "data\/icons\/38.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png",
            "128": "data\/icons\/128.png"
        }
    },
    "content_scripts": [
        {
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "js": [
                "data\/inject\/blocker.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "data\/inject\/iframe.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "19": "data\/icons\/19.png",
        "32": "data\/icons\/32.png",
        "38": "data\/icons\/38.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    },
    "options_ui": {
        "page": "data\/options\/index.html",
        "chrome_style": false
    },
    "web_accessible_resources": [
        "data\/ui\/*"
    ],
    "commands": {
        "allow-last-request": {
            "description": "__MSG_context_item2__"
        },
        "deny-last-request": {
            "description": "__MSG_context_item3__"
        }
    }
}