otto JavaScript Security

The otto JavaScript Security extension is a developer tool that helps assess the security of your website while providing tools…

otto JavaScript Securityคืออะไร?

otto JavaScript Security เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://otto-js.com และคุณลักษณะหลักของมันคือ "The otto JavaScript Security extension is a developer tool that helps assess the security of your website while providing tools…"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย otto JavaScript Security

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

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

                        The otto JavaScript Security extension is a developer tool that helps assess the security of your website while providing tools that assist you in making your site more secure. 

This extension will alert you when visiting a website that has the risk of data leaks caused by enhanced spellcheck. 

The otto CSP Designer will automatically build a robust Content Security Policy that will defend your site against many attacks including Cross Site Scripting, Form-Jacking and Magecart attacks. 

You can identify and monitor outdated JavaScript Libraries installed on your site that create opportunities for hackers to attack your site and steal customer data. 

otto JavaScript Security keeps you safe you from personal information theft, credit card theft, malware, trojans, phishing, malvertising, data skimming. otto JavaScript Security also protects your privacy while browsing.

Not a security expert, but still want to do what you can to secure your site?  That's why we're here. Our mission is to make security easy and accessible to all.

Privacy Policy: https://www.otto-js.com/privacy-policy                    

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

ชื่อ otto JavaScript Security otto JavaScript Security
ID lcmaikahgebmdmnckjbaikfllpmgabei
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/otto-javascript-security/lcmaikahgebmdmnckjbaikfllpmgabei
คำอธิบาย The otto JavaScript Security extension is a developer tool that helps assess the security of your website while providing tools…
ขนาดไฟล์ 4.11 MB
จำนวนการติดตั้ง 2,593
เวอร์ชันปัจจุบัน 1.3.5
อัปเดตครั้งล่าสุด 2022-10-13
วันที่เผยแพร่ 2020-07-21
คะแนน 5.00/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://otto-js.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.otto-js.com
URL หน้านโยบายความเป็นส่วนตัว https://www.otto-js.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.5",
    "manifest_version": 2,
    "name": "otto JavaScript Security",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_title": "otto for Chrome",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/otto-16.png",
        "32": "images\/otto-32.png",
        "192": "images\/otto-192.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "blocked.html",
        "validating.html",
        "filters\/*.filter",
        "img\/*.png",
        "latest_versions\/*",
        "report.js",
        "sandbox.html",
        "resources\/*",
        "detection\/script.js",
        "csp.html"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'  https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "webRequest",
        "webNavigation",
        "webRequestBlocking",
        "privacy",
        "storage",
        ""
    ]
}