ScamBlock Plus

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

Vad är ScamBlock Plus?

ScamBlock Plus är en Chrome-tillägg utvecklad av Michael Goen, och dess huvudfunktion är "Blocks the popup boxes typically found on scam tech-support websites".

Tilläggsskärmbilder

screenshot

Ladda ner ScamBlock Plus-förlängningens CRX-fil

Ladda ner ScamBlock Plus-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn ScamBlock Plus ScamBlock Plus
ID hiicdkaofeoekndonhpadanmmejclpjc
Officiell webbadress https://chrome.google.com/webstore/detail/scamblock-plus/hiicdkaofeoekndonhpadanmmejclpjc
Beskrivning Blocks the popup boxes typically found on scam tech-support websites
Filstorlek 14.09 KB
Antal Installationer 174
Aktuell Version 0.1
Senast Uppdaterad 2017-02-28
Publiceringsdatum 2017-02-27
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Michael Goen
Betalningssätt free
Stödda Språk 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"
    ]
}