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ファイルをダウンロード

Security Multi Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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'"
    }
}