Safehouse PC/Mac (formerly Bodyguard)

Protect yourself, your data and your privacy online, and secure your computer.

Safehouse PC/Mac (formerly Bodyguard)란 무엇입니까?

Safehouse PC/Mac (formerly Bodyguard)은(는) Safehouse Tech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Protect yourself, your data and your privacy online, and secure your computer."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Safehouse PC/Mac (formerly Bodyguard) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Protect yourself, your data and your privacy online, and secure your computer.
Want to be safer online but have no idea where to start? You've come to the right place! Safehouse PC/Mac (formerly Bodyguard) is an intuitive companion for protecting yourself, your data and your privacy online, and securing your computer. It's all-in-one protection for the web wise.
Features include:
• Active Defence: blocks malicious attacks and harmful websites and ads.
• Link Protection: prevents you from opening dangerous links, like phishing, scams and malware.
• Do Not Track: Optimise memory usage and battery consumption by suspending unused open tabs.
• Performance Plus: asks websites not to track your browsing activity.
• Site Permissions: monitor and disable the permissions you give to each website, including their access to your camera and microphone.
• Breach Detection: real-time dark web monitoring alerts you when your information is leaked.
• Cyber Insurance: Rs 25,000 covered by HDFC ERGO for the digital theft of funds.*
Unlike legacy technologies that use anti-viruses to clean an infected PC, Safehouse Browser Extension blocks dangers from getting in the first place. That's why 3 million users trust us to protect them online.
With Safehouse PC/Mac (formerly Bodyguard), it's easy to monitor, control, protect and improve your digital life to know your data is always private and identity secure.
About Safehouse:
Safehouse is a consumer-facing cyber security company that protects users from digital harm and accompanies them through their daily internet use to make them smarter and safer online. Our customers are substantially more secure online than the average internet user.
It is our mission to make it easy and accessible for everyone to monitor, control and protect their identity online. With Safehouse, our users are web-wise, effortlessly leading private, safe, connected lives.
More info:
If you have a licence key, you can register it at www.securemydevice.com and then log in.
Please visit www.safehousetech.com for more information including our Privacy Policy.
Customer Support: Email us at [email protected], call us at +91 84484455227 or WhatsApp us at +91 9625084349
*Available for Indian citizens. T&Cs apply.                    

확장 프로그램 기본 정보

이름 Safehouse PC/Mac (formerly Bodyguard) Safehouse PC/Mac (formerly Bodyguard)
ID ppbmlefhgoananjpjenjhoihhaohnmol
공식 URL https://chromewebstore.google.com/detail/safehouse-pcmac-formerly/ppbmlefhgoananjpjenjhoihhaohnmol
설명 Protect yourself, your data and your privacy online, and secure your computer.
파일 크기 3.32 MB
설치 횟수 2,222
현재 버전 3.2.2
최근 업데이트 2024-01-11
출시 날짜 2023-02-22
평점 5.00/5 총 14 개의 평점
개발자 Safehouse Tech
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://safehousetech.com/
도움말 페이지 URL https://safehousetech.com/contact
개인정보 보호 정책 페이지 URL https://www.safehousetech.com/privacy-policy
지원되는 언어 de,en,th
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.18700128.png",
        "32": "icon32.plasmo.b6b47ce3.png",
        "48": "icon48.plasmo.eac141ce.png",
        "64": "icon64.plasmo.6ea615b8.png",
        "128": "icon128.plasmo.651711eb.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.18700128.png",
            "32": "icon32.plasmo.b6b47ce3.png",
            "48": "icon48.plasmo.eac141ce.png",
            "64": "icon64.plasmo.6ea615b8.png",
            "128": "icon128.plasmo.651711eb.png"
        },
        "default_popup": "popup.html"
    },
    "version": "3.2.2",
    "author": "Safehouse Tech",
    "name": "Safehouse PC\/Mac (formerly Bodyguard)",
    "description": "Protect yourself, your data and your privacy online, and secure your computer.",
    "background": {
        "service_worker": "background.d5306455.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "tabs",
        "unlimitedStorage",
        "storage",
        "privacy",
        "contentSettings",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback",
        "contextMenus",
        "system.cpu",
        "system.memory"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.2b4bf174.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": false,
                "id": "adv",
                "path": "adv.1ea23e48.json"
            },
            {
                "enabled": false,
                "id": "adv-filter",
                "path": "adv-filter-list.88e2404d.json"
            },
            {
                "enabled": false,
                "id": "susp",
                "path": "susp.5a0c0c2f.json"
            }
        ]
    },
    "short_name": "Bodyguard",
    "default_locale": "en",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/fonts\/TomatoGrotesk-Medium.ttf",
                "assets\/images\/*.*",
                "tabs\/block.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}