Security Multi Tools

Free tools to help keep your information safe, always free for the community

Security Multi Tools란 무엇입니까?

Security Multi Tools은(는) kentoncrooms에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free tools to help keep your information safe, always free for the community"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Security Multi Tools 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Help protect information, profile pictures of facebook users, help quick delete message                    

확장 프로그램 기본 정보

이름 Security Multi Tools Security Multi Tools
ID jadhgkkmbfpjlcmajkpiadhfjonndaoe
공식 URL https://chromewebstore.google.com/detail/security-multi-tools/jadhgkkmbfpjlcmajkpiadhfjonndaoe
설명 Free tools to help keep your information safe, always free for the community
파일 크기 762 KB
설치 횟수 71
현재 버전 0.0.1
최근 업데이트 2022-06-25
출시 날짜 2022-06-22
개발자 kentoncrooms
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Security Multi Tools",
    "version": "0.0.1",
    "description": "Free tools to help keep your information safe, always free for the community",
    "action": {
        "default_icon": ".\/assets\/logo.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "options_ui": {
        "page": ".\/dist\/options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "icons": {
        "16": ".\/assets\/icons-16.png",
        "48": ".\/assets\/icons-48.png",
        "128": ".\/assets\/icons-128.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "cookies",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/*.facebook.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}