Ninja Popup Blocker: Block Unwanted Popups

Where the art of Popup Blocking & Ninjutsu meet

Wat is Ninja Popup Blocker: Block Unwanted Popups?

Ninja Popup Blocker: Block Unwanted Popups is een Chrome-extensie ontwikkeld door Felipe, en de belangrijkste functie is "Where the art of Popup Blocking & Ninjutsu meet".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Ninja Popup Blocker: Block Unwanted Popups

Download Ninja Popup Blocker: Block Unwanted Popups-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Ninja Popup Blocker: Block Unwanted Popups Ninja Popup Blocker: Block Unwanted Popups
ID indpgnmcnlnbbjmljmehdaidfefamdff
Officiële URL https://chrome.google.com/webstore/detail/ninja-popup-blocker-block/indpgnmcnlnbbjmljmehdaidfefamdff
Beschrijving Where the art of Popup Blocking & Ninjutsu meet
Bestandsgrootte 647 KB
Aantal Installaties 3,000
Huidige Versie 0.1.2
Laatst Bijgewerkt 2019-09-23
Publicatiedatum 2019-09-23
Beoordeling 4.45/5 Totaal 20 Beoordelingen
Ontwikkelaar Felipe
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://fivebrackets.com/ninja-popup-blocker/
Ondersteunde Talen 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__"
        }
    }
}