Security Multi Tools

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

Security Multi Tools là gì?

Security Multi Tools là một tiện ích mở rộng Chrome được phát triển bởi kentoncrooms, và tính năng chính của nó là "Free tools to help keep your information safe, always free for the community".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Security Multi Tools

Tải xuống các tệp mở rộng Security Multi Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Security Multi Tools Security Multi Tools
ID jadhgkkmbfpjlcmajkpiadhfjonndaoe
URL Chính Thức https://chromewebstore.google.com/detail/security-multi-tools/jadhgkkmbfpjlcmajkpiadhfjonndaoe
Mô tả Free tools to help keep your information safe, always free for the community
Kích Thước Tệp 762 KB
Số Lần Cài Đặt 71
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2022-06-25
Ngày Phát Hành 2022-06-22
Nhà Phát Triển kentoncrooms
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
    }
}