Anti Malware Subzero

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

Cos'è Anti Malware Subzero?

Anti Malware Subzero è un'estensione di Chrome sviluppata da Armen Stepanyan, e la sua funzione principale è "Protect your facebook account from malwares, detect and block infected and malicious requests".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Anti Malware Subzero

Scarica i file di estensione Anti Malware Subzero in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Anti Malware Subzero Anti Malware Subzero
ID npfeahicbknalnphfgnamdokmknaidni
URL Ufficiale https://chrome.google.com/webstore/detail/anti-malware-subzero/npfeahicbknalnphfgnamdokmknaidni
Descrizione Protect your facebook account from malwares, detect and block infected and malicious requests
Dimensione del File 248 KB
Conteggio Installazioni 5,000
Versione Corrente 2.7.0
Ultimo Aggiornamento 2021-09-15
Data di Pubblicazione 2020-03-12
Valutazione 4.69/5 Totale 150 Valutazioni
Sviluppatore Armen Stepanyan
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}