Ninja Popup Blocker: Block Unwanted Popups

Where the art of Popup Blocking & Ninjutsu meet

什麼是Ninja Popup Blocker: Block Unwanted Popups?

Ninja Popup Blocker: Block Unwanted Popups是由Felipe開發的Chrome擴展程式,該擴展的主要功能是“Where the art of Popup Blocking & Ninjutsu meet”。

擴展截圖

screenshot
screenshot

下載Ninja Popup Blocker: Block Unwanted Popups擴展crx文件

下載Ninja Popup Blocker: Block Unwanted Popups擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Ninja Popup Blocker: Block Unwanted Popups Ninja Popup Blocker: Block Unwanted Popups
ID indpgnmcnlnbbjmljmehdaidfefamdff
官方網址 https://chrome.google.com/webstore/detail/ninja-popup-blocker-block/indpgnmcnlnbbjmljmehdaidfefamdff
簡介 Where the art of Popup Blocking & Ninjutsu meet
檔案大小 647 KB
安裝次數 3,000
目前版本 0.1.2
更新時間 2019-09-23
上架時間 2019-09-23
評分 4.45/5 共 20 次評分
開發者 Felipe
電子郵箱 [email protected]
付費類型 free
擴展官網 https://fivebrackets.com/ninja-popup-blocker/
支援的語言 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__"
        }
    }
}