Paranoid Web Extension

Secure Shopping, Child Protection, Block Adult sites, Casino, and Dangerous Sites

Co je Paranoid Web Extension?

Paranoid Web Extension je rozšíření Chrome vyvinuté https://webparanoid.com, a jeho hlavní funkcí je „Secure Shopping, Child Protection, Block Adult sites, Casino, and Dangerous Sites“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Paranoid Web Extension

Stáhněte si soubory rozšíření Paranoid Web Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        The most advanced tool to block all types of dangerous sites including fake shops, phishing, and scam sites.
Don't want to think every time is a site is safe or not, constantly check if it is fraudulent? We can do it for you.

The Paranoid Web Extension checks every site you come across from an advertisement, email, or link from a friend or a colleague whose account may have been compromised.

The extension was created to protect both new network users and experienced ones because not everyone can notice the substitution of a letter in the domain or analyze the site's reputation.

Sometimes it is enough for hackers to create a fake financial site on a different domain zone (example: paypall.website ) and most of the users will simply ignore this and leave their account in the hands of scammers.
Don't be afraid to shop on unfamiliar sites. We will alert you at the slightest hint of fraud.
Paranoid Web Extension also blocks adult and gambling sites, casinos, etc.

Protect yourself and your family. Installation and configuration take less than 3 minutes.                    

Základní Informace o Rozšíření

Název Paranoid Web Extension Paranoid Web Extension
ID dnncmhkfafdcmjldmanfjhbeljcfbeao
Oficiální URL https://chromewebstore.google.com/detail/paranoid-web-extension/dnncmhkfafdcmjldmanfjhbeljcfbeao
Popis Secure Shopping, Child Protection, Block Adult sites, Casino, and Dangerous Sites
Velikost souboru 14.22 MB
Počet instalací 10,000
Aktuální Verze 0.1.9.4
Poslední Aktualizace 2024-01-18
Datum Vydání 2021-06-23
Hodnocení 3.60/5 Celkem 20 Hodnocení
Vývojář https://webparanoid.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://webparanoid.com
URL Stránky Zásad Ochrany Soukromí https://webparanoid.com/privacy-policy.html
Podporované Jazyky de,en,fr,nl,no,vi,tr,es,it,hu,pl,ro,el,bg,ru,uk,hi,th
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "0.1.9.4",
    "homepage_url": "https:\/\/webparanoid.com",
    "description": "__MSG_extDescr__",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        ""
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/content-script.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/120.png"
    },
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "options_ui": {
        "page": "popup.html",
        "browser_style": true
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "128": "icons\/120.png"
        },
        "default_title": "Click Me",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "blocknotification.js",
                "detectnotification.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}