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”。
擴展截圖
下載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 |
ID | jadhgkkmbfpjlcmajkpiadhfjonndaoe |
官方網址 | 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'" } } |