Security Multi Tools

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

Apa itu Security Multi Tools?

Security Multi Tools adalah ekstensi Chrome yang dikembangkan oleh kentoncrooms, dan fitur utamanya adalah "Free tools to help keep your information safe, always free for the community".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Security Multi Tools

Unduh file ekstensi Security Multi Tools dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Security Multi Tools Security Multi Tools
ID jadhgkkmbfpjlcmajkpiadhfjonndaoe
URL Resmi https://chromewebstore.google.com/detail/security-multi-tools/jadhgkkmbfpjlcmajkpiadhfjonndaoe
Deskripsi Free tools to help keep your information safe, always free for the community
Ukuran File 762 KB
Jumlah Instalasi 71
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2022-06-25
Tanggal Publikasi 2022-06-22
Pengembang kentoncrooms
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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'"
    }
}