ThreatPinch Lite

Highlight and search IPv4, MD5, SHA2, CVE, FQDN or add your own ThreatIntel IOC. Use any REST API.

ThreatPinch Liteคืออะไร?

ThreatPinch Lite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ThreatPinch และคุณลักษณะหลักของมันคือ "Highlight and search IPv4, MD5, SHA2, CVE, FQDN or add your own ThreatIntel IOC. Use any REST API."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ThreatPinch Lite

ดาวน์โหลดไฟล์ส่วนขยาย ThreatPinch Lite ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This is the lite version of ThreatPinch for users which do not wish to use the on-hover popups.

Custom Lookup Requests may not work if the APIs they connect to do not allow CORS requests.

Please see ThreatPinch Lookup for more details: https://chrome.google.com/webstore/detail/threatpinch-lookup/ljdgplocfnmnofbhpkjclbefmjoikgke                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ThreatPinch Lite ThreatPinch Lite
ID jcjcflihdgdhapkadakfahkplbafobbi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/threatpinch-lite/jcjcflihdgdhapkadakfahkplbafobbi
คำอธิบาย Highlight and search IPv4, MD5, SHA2, CVE, FQDN or add your own ThreatIntel IOC. Use any REST API.
ขนาดไฟล์ 3.6 MB
จำนวนการติดตั้ง 81
เวอร์ชันปัจจุบัน 3.0.6
อัปเดตครั้งล่าสุด 2022-10-27
วันที่เผยแพร่ 2018-10-23
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ThreatPinch
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://cloudtracer.github.io/threatpinch/privacy.txt
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ThreatPinch Lite",
    "short_name": "ThreatPinchLite",
    "version": "3.0.6",
    "manifest_version": 2,
    "description": "Highlight and search IPv4, MD5, SHA2, CVE, FQDN or add your own ThreatIntel IOC. Use any REST API.",
    "homepage_url": "http:\/\/www.ThreatPinch.com",
    "icons": {
        "16": "icons\/logo-tp16.png",
        "48": "icons\/logo-tp48.png",
        "128": "icons\/logo-tp128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "options_page": "src\/options\/index.html",
    "browser_action": {
        "default_icon": "icons\/logo-tp48.png",
        "default_title": "ThreatPinch Lookup",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "https:\/\/api.passivetotal.org\/",
        "https:\/\/www.virustotal.com\/",
        "contextMenus",
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        "icons\/ThreatPinch\/*",
        "icons\/*",
        "src\/options\/options.html",
        "src\/options\/wizard.html",
        "src\/options\/index.html",
        "fonts\/owf\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.threatminer.org https:\/\/api.passivetotal.org https:\/\/cymon.io https:\/\/www.virustotal.com https:\/\/api.xforce.ibmcloud.com https:\/\/api.shodan.io https:\/\/www.censys.io 'unsafe-eval'; object-src 'self'"
}