Anti Malware Subzero

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

Was ist Anti Malware Subzero?

Anti Malware Subzero ist eine Chrome-Erweiterung, die von Armen Stepanyan entwickelt wurde, und ihr Hauptmerkmal ist "Protect your facebook account from malwares, detect and block infected and malicious requests".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Anti Malware Subzero-Erweiterungs-CRX-Datei herunterladen

Laden Sie Anti Malware Subzero-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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™.                    

Grundlegende Informationen zur Erweiterung

Name Anti Malware Subzero Anti Malware Subzero
ID npfeahicbknalnphfgnamdokmknaidni
Offizielle URL https://chrome.google.com/webstore/detail/anti-malware-subzero/npfeahicbknalnphfgnamdokmknaidni
Beschreibung Protect your facebook account from malwares, detect and block infected and malicious requests
Dateigröße 248 KB
Installationsanzahl 5,000
Aktuelle Version 2.7.0
Letztes Update 2021-09-15
Veröffentlichungsdatum 2020-03-12
Bewertung 4.69/5 Insgesamt 150 Bewertungen
Entwickler Armen Stepanyan
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}