Ninja Popup Blocker: Block Unwanted Popups

Where the art of Popup Blocking & Ninjutsu meet

Ninja Popup Blocker: Block Unwanted Popups là gì?

Ninja Popup Blocker: Block Unwanted Popups là một tiện ích mở rộng Chrome được phát triển bởi Felipe, và tính năng chính của nó là "Where the art of Popup Blocking & Ninjutsu meet".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ninja Popup Blocker: Block Unwanted Popups

Tải xuống các tệp mở rộng Ninja Popup Blocker: Block Unwanted Popups dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ninja Popup Blocker: Block Unwanted Popups Ninja Popup Blocker: Block Unwanted Popups
ID indpgnmcnlnbbjmljmehdaidfefamdff
URL Chính Thức https://chrome.google.com/webstore/detail/ninja-popup-blocker-block/indpgnmcnlnbbjmljmehdaidfefamdff
Mô tả Where the art of Popup Blocking & Ninjutsu meet
Kích Thước Tệp 647 KB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2019-09-23
Ngày Phát Hành 2019-09-23
Đánh Giá 4.45/5 Tổng số 20 Đánh Giá
Nhà Phát Triển Felipe
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://fivebrackets.com/ninja-popup-blocker/
Ngôn Ngữ Được Hỗ Trợ 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__"
        }
    }
}