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 هو إضافة Chrome تم تطويرها بواسطة Felipe، والميزة الرئيسية لها هي "Where the art of Popup Blocking & Ninjutsu meet".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Ninja Popup Blocker: Block Unwanted Popups

قم بتنزيل ملفات الامتداد Ninja Popup Blocker: Block Unwanted Popups بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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__"
        }
    }
}