Anti Rebind

Prevent DNS Rebinding Attacks

Anti Rebindคืออะไร?

Anti Rebind เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ThreatPinch และคุณลักษณะหลักของมันคือ "Prevent DNS Rebinding Attacks"

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

screenshot

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

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

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

                        Prevents DNS Rebinding attacks.

How?

Checks the IP address of domains when requests are made. If IP addresses switch from public internet IP address to private LAN address it will block further attempts to contact that domain.                    

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

ชื่อ Anti Rebind Anti Rebind
ID fdicgpiolgkgjjkapjgbehgfefeckmic
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/anti-rebind/fdicgpiolgkgjjkapjgbehgfefeckmic
คำอธิบาย Prevent DNS Rebinding Attacks
ขนาดไฟล์ 52.75 KB
จำนวนการติดตั้ง 50
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2018-02-20
วันที่เผยแพร่ 2018-02-20
ผู้พัฒนา ThreatPinch
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/cloudtracer/antirebind
URL หน้าช่วยเหลือ https://github.com/cloudtracer/antirebind
URL หน้านโยบายความเป็นส่วนตัว https://cloudtracer.github.io/threatpinch/privacy.txt
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anti Rebind",
    "short_name": "AntiRebind",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Prevent DNS Rebinding Attacks",
    "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": "background.html",
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "web_accessible_resources": [
        "blocked.html"
    ]
}