Anti Malware Subzero

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

Wat is Anti Malware Subzero?

Anti Malware Subzero is een Chrome-extensie ontwikkeld door Armen Stepanyan, en de belangrijkste functie is "Protect your facebook account from malwares, detect and block infected and malicious requests".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Anti Malware Subzero

Download Anti Malware Subzero-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Anti Malware Subzero Anti Malware Subzero
ID npfeahicbknalnphfgnamdokmknaidni
Officiële URL https://chrome.google.com/webstore/detail/anti-malware-subzero/npfeahicbknalnphfgnamdokmknaidni
Beschrijving Protect your facebook account from malwares, detect and block infected and malicious requests
Bestandsgrootte 248 KB
Aantal Installaties 5,000
Huidige Versie 2.7.0
Laatst Bijgewerkt 2021-09-15
Publicatiedatum 2020-03-12
Beoordeling 4.69/5 Totaal 150 Beoordelingen
Ontwikkelaar Armen Stepanyan
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}