Anti Malware Subzero

Protect your facebook account from malwares, detect and block infected and malicious requests

Anti Malware Subzeroとは何ですか?

Anti Malware SubzeroはArmen Stepanyanによって開発されたChromeの拡張機能で、その主な機能は「Protect your facebook account from malwares, detect and block infected and malicious requests」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Anti Malware Subzero拡張機能のCRXファイルをダウンロード

Anti Malware Subzero拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Subzero Anti Malware chrome extension protect your Facebook account from malware and phishing. Detect and block malicious, dangerous scripts and infected requests in Facebook page.Block malware, viruses, prevent spam from your Facebook account.  Automatically blocks "seen" + "is typing" status confirmations in Facebook Chats and Messages.

** Features **
✔ Real time scanner
✔ Detect and block infected requests
✔ Block malicious POST,LIKE, SHARE,FRIEND requests from your account
✔ Block extension inline installation


** Optional Features **
✔ Block advertise on page 
✔ Blocks the 'seen' feature   
✔ Blocks the 'typing' feature 
✔ Display debug window
✔ Remove Facebook Auto-like button

Web Site http://site-blocker.info/

** Donate **
http://site-blocker.info/payment/donate

Note: Facebook™ is a trademark of Facebook Inc. This product has no connection to Facebook™.                    

拡張機能の基本情報

名前 Anti Malware Subzero Anti Malware Subzero
ID npfeahicbknalnphfgnamdokmknaidni
公式URL https://chrome.google.com/webstore/detail/anti-malware-subzero/npfeahicbknalnphfgnamdokmknaidni
説明 Protect your facebook account from malwares, detect and block infected and malicious requests
ファイルサイズ 248 KB
インストール数 5,000
現在のバージョン 2.7.0
最終更新日 2021-09-15
公開日 2020-03-12
評価 4.69/5 合計 150 レビュー
開発者 Armen Stepanyan
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "48.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "notify.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "js": [
                "end.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Protect your facebook account from malwares, detect and block infected and malicious requests",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyWb1lF4dZ6tH++9IqFyLn2vb+62zPtGh7sIdbaXfFhJiR+Bm+y+jt1u\/XTnmXCGgjKUWbpMVRlaR\/Y1s7NDJjkbHRwbEzLfNN7sQzuTtEfBSEleZPRtrdpG+V+2GWiKmNZdZOyhHppKG95\/CuNGx6C7Pl0wxSkgNNW0BSnsiKjYGiL+MhreTY\/wI\/j9kFB4zS9tUK7VboExZRMIpo7U3Ew26a+SHi7oqgO\/YQp69ipUoHBYOplcHocWYpNUkGLPxYSEwoQhRjuv1GUs3pA1kRZGOm2FBVW6IHjg6x3DZCgxV9PwcLGqURYbKFB55UtuENCQThNMrEMoEugWHp48rEwIDAQAB",
    "manifest_version": 2,
    "name": "Anti Malware Subzero",
    "options_page": "options\/options.html",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "version": "2.7.0",
    "web_accessible_resources": [
        "page.js",
        "content\/page-style.css",
        "inspector.js"
    ]
}