ScamBlock Plus

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

Co to jest ScamBlock Plus?

ScamBlock Plus to rozszerzenie Chrome opracowane przez Michael Goen, a jego główną funkcją jest „Blocks the popup boxes typically found on scam tech-support websites”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ScamBlock Plus

Pobierz pliki rozszerzeń ScamBlock Plus w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa ScamBlock Plus ScamBlock Plus
ID hiicdkaofeoekndonhpadanmmejclpjc
Oficjalny URL https://chrome.google.com/webstore/detail/scamblock-plus/hiicdkaofeoekndonhpadanmmejclpjc
Opis Blocks the popup boxes typically found on scam tech-support websites
Rozmiar pliku 14.09 KB
Liczba instalacji 174
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2017-02-28
Data Publikacji 2017-02-27
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Michael Goen
Typ Płatności free
Obsługiwane Języki 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"
    ]
}