Security Point Extension
Protect yourself against online scams!
Security Point Extensionคืออะไร?
Security Point Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.mysecuritypoint.com และคุณลักษณะหลักของมันคือ "Protect yourself against online scams!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Security Point Extension
ดาวน์โหลดไฟล์ส่วนขยาย Security Point Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Security Point's browser extension provides you with FREE online protection from scamming, phishing and other threats that are harmful to your computer and your personal information. Security Point replaces your default search with Yahoo's trusted search, and provides you with protection while you're online, by alerting you when a site may be suspicious or harmful. We use a simple scoring system to rank site safety on a scale from “SAFE” to “UNSAFE”. By installing this extension, you agree to the Terms and Conditions (https://mysecuritypoint.com/terms.html) and Privacy Policy (https://mysecuritypoint.com/privacy.html). Security Point is a product of Black Rock Interactive.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ofdlhopiaflbiomollbabfdncbmlhacg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/security-point-extension/ofdlhopiaflbiomollbabfdncbmlhacg |
คำอธิบาย | Protect yourself against online scams! |
ขนาดไฟล์ | 835 KB |
จำนวนการติดตั้ง | 3,000 |
เวอร์ชันปัจจุบัน | 1.0.25 |
อัปเดตครั้งล่าสุด | 2022-01-27 |
วันที่เผยแพร่ | 2020-10-24 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://www.mysecuritypoint.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.mysecuritypoint.com/privacy.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "libs\/jquery-3.1.1.min.js", "js\/consts.js", "js\/analytic.js", "js\/background.js" ] }, "browser_action": { "default_icon": { "128": "images\/logo-128.png", "16": "images\/logo-16.png", "19": "images\/logo-19.png", "24": "images\/logo-24.png", "32": "images\/logo-32.png", "48": "images\/logo-48.png" }, "default_popup": "html\/popup.html", "default_title": "Security Point Extension" }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/www.mysecuritypoint.com\/search\/website-logo1.png", "image_url": "https:\/\/www.mysecuritypoint.com\/search\/search_result.php?q={searchTerms}", "is_default": true, "keyword": "Security", "name": "Security Point", "search_url": "https:\/\/www.mysecuritypoint.com\/search\/search_result.php?q={searchTerms}" } }, "content_scripts": [ { "css": [ "css\/jquery.webui-popover.css", "css\/font-awesome.min.css", "css\/tourguide.css" ], "js": [ "libs\/jquery-3.1.1.min.js", "libs\/jquery.webui-popover.js", "libs\/tourguide.min.js", "contentscript\/content-safe.js" ], "matches": [ "*:\/\/*.search.yahoo.com\/*" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/ssl.gstatic.com; object-src 'self'", "description": "Protect yourself against online scams!", "icons": { "128": "images\/logo-128.png", "16": "images\/logo-16.png", "19": "images\/logo-19.png", "24": "images\/logo-24.png", "32": "images\/logo-32.png", "48": "images\/logo-48.png" }, "manifest_version": 2, "name": "Security Point Extension", "permissions": [ "activeTab", "cookies", "*:\/\/multifile-converter.com\/*", "*:\/\/toprecipefinder.com\/*", "*:\/\/www.mysecuritypoint.com\/*" ], "version": "1.0.25", "web_accessible_resources": [ "images\/*", "js\/*", "css\/*", "fonts\/*" ] } |