Paranoid Web Extension

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

Paranoid Web Extension란 무엇입니까?

Paranoid Web Extension은(는) https://webparanoid.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Secure Shopping, Child Protection, Block Adult sites, Casino, and Dangerous Sites"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Paranoid Web Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Paranoid Web Extension Paranoid Web Extension
ID dnncmhkfafdcmjldmanfjhbeljcfbeao
공식 URL https://chromewebstore.google.com/detail/paranoid-web-extension/dnncmhkfafdcmjldmanfjhbeljcfbeao
설명 Secure Shopping, Child Protection, Block Adult sites, Casino, and Dangerous Sites
파일 크기 14.22 MB
설치 횟수 10,000
현재 버전 0.1.9.4
최근 업데이트 2024-01-18
출시 날짜 2021-06-23
평점 3.60/5 총 20 개의 평점
개발자 https://webparanoid.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://webparanoid.com
개인정보 보호 정책 페이지 URL https://webparanoid.com/privacy-policy.html
지원되는 언어 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": [
                ""
            ]
        }
    ]
}