Security Multi Tools
Free tools to help keep your information safe, always free for the community
Security Multi Toolsคืออะไร?
Security Multi Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kentoncrooms และคุณลักษณะหลักของมันคือ "Free tools to help keep your information safe, always free for the community"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Security Multi Tools
ดาวน์โหลดไฟล์ส่วนขยาย Security Multi Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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'" } } |