Security Multi Tools
Free tools to help keep your information safe, always free for the community
What is Security Multi Tools?
Security Multi Tools is a Chrome extension developed by kentoncrooms, and its main feature is "Free tools to help keep your information safe, always free for the community".
Extension Screenshots
Download Security Multi Tools Extension CRX File
Download Security Multi Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Help protect information, profile pictures of facebook users, help quick delete message
Extension Basic Information
Name | Security Multi Tools |
ID | jadhgkkmbfpjlcmajkpiadhfjonndaoe |
Official URL | https://chromewebstore.google.com/detail/security-multi-tools/jadhgkkmbfpjlcmajkpiadhfjonndaoe |
Description | Free tools to help keep your information safe, always free for the community |
File Size | 762 KB |
Installation Count | 71 |
Current Version | 0.0.1 |
Last Updated | 2022-06-25 |
Publish Date | 2022-06-22 |
Developer | kentoncrooms |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } } |