Bitcleaner Surfguard

Review and share the security of websites

Bitcleaner Surfguard란 무엇입니까?

Bitcleaner Surfguard은(는) Andre.K.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Review and share the security of websites"입니다.

확장 프로그램 스크린샷

screenshot

Bitcleaner Surfguard 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Review and share the security of websites. If you surf to a website that is not secure, e.g. a phishing site, you will immediately receive a warning.                    

확장 프로그램 기본 정보

이름 Bitcleaner Surfguard Bitcleaner Surfguard
ID aeefnonlfngaeblgiipagcfmcakbmmjk
공식 URL https://chromewebstore.google.com/detail/bitcleaner-surfguard/aeefnonlfngaeblgiipagcfmcakbmmjk
설명 Review and share the security of websites
파일 크기 141 KB
설치 횟수 162,608
현재 버전 1.0.0
최근 업데이트 2023-08-12
출시 날짜 2023-08-12
평점 5.00/5 총 1 개의 평점
개발자 Andre.K.
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://bitcleaner.com/privacy
지원되는 언어 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "icons": {
        "48": "BitcleanerSurfgardLogo-48x48.png",
        "96": "BitcleanerSurfgardLogo-96x96.png"
    },
    "action": {
        "browser_style": true,
        "default_popup": "index.html",
        "default_icon": "BitcleanerSurfgardLogo-16x16.png",
        "default_title": "Bitcleaner Surfguard"
    },
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "bg.js"
    },
    "description": "__MSG_manifest_description__",
    "manifest_version": 3,
    "name": "Bitcleaner Surfguard",
    "version": "1.0.0",
    "default_locale": "en"
}