ScamBlock Plus

Blocks the popup boxes typically found on scam tech-support websites

Τι είναι το ScamBlock Plus;

Το ScamBlock Plus είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Michael Goen, και η κύρια λειτουργία του είναι "Blocks the popup boxes typically found on scam tech-support websites".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης ScamBlock Plus

Λήψη αρχείων επέκτασης ScamBlock Plus σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ScamBlock Plus is designed to prevent the intrusive popups found on scam tech-support websites that freeze the browser and make it difficult to navigate. 

Rather than having to force-close the browser and start again, this extension prevents the popups from happening in the first place.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ScamBlock Plus ScamBlock Plus
ID hiicdkaofeoekndonhpadanmmejclpjc
Επίσημο URL https://chrome.google.com/webstore/detail/scamblock-plus/hiicdkaofeoekndonhpadanmmejclpjc
Περιγραφή Blocks the popup boxes typically found on scam tech-support websites
Μέγεθος Αρχείου 14.09 KB
Αριθμός Εγκαταστάσεων 174
Τρέχουσα Έκδοση 0.1
Τελευταία Ενημέρωση 2017-02-28
Ημερομηνία Δημοσίευσης 2017-02-27
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Michael Goen
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ScamBlock Plus",
    "description": "Blocks the popup boxes typically found on scam tech-support websites",
    "version": "0.1",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "script.js"
    ]
}