Security Multi Tools
Free tools to help keep your information safe, always free for the community
Security Multi Tools क्या है?
Security Multi Tools kentoncrooms द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Free tools to help keep your information safe, always free for the community"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Security Multi Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Help protect information, profile pictures of facebook users, help quick delete message
एक्सटेंशन की मूल जानकारी
नाम | 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 |
ईमेल | [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'" } } |