Anti-Grabify
Blocks IP grabbers from Grabify and 50+ other IP grabber links.
Anti-Grabifyคืออะไร?
Anti-Grabify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Konnor88 และคุณลักษณะหลักของมันคือ "Blocks IP grabbers from Grabify and 50+ other IP grabber links."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Anti-Grabify
ดาวน์โหลดไฟล์ส่วนขยาย Anti-Grabify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Anti-Grabify add-on prevents services such as Grabify from grabbing your IP address. It currently blocks over 50 URLs from Grabify and other IP grabbing services. This add-on will prevent the sites from loading, which in return doesn't let Grabify grab your IP and send it to the person with malicious intent.
Official GitHub Page: https://github.com/Konnor88/anti-grabify ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | mdiikcjojbiohaoechokgkdiodcfokpn |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/anti-grabify/mdiikcjojbiohaoechokgkdiodcfokpn |
| คำอธิบาย | Blocks IP grabbers from Grabify and 50+ other IP grabber links. |
| ขนาดไฟล์ | 79.08 KB |
| จำนวนการติดตั้ง | 4,031 |
| เวอร์ชันปัจจุบัน | 1.14 |
| อัปเดตครั้งล่าสุด | 2022-12-26 |
| วันที่เผยแพร่ | 2020-07-14 |
| คะแนน | 4.72/5 รวมทั้งหมด 36 คะแนน |
| ผู้พัฒนา | Konnor88 |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/konnor88/anti-grabify |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Anti-Grabify",
"version": "1.14",
"manifest_version": 2,
"description": "Blocks IP grabbers from Grabify and 50+ other IP grabber links.",
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"128": "icon_128.png"
},
"browser_action": {
"default_icon": "icon_128.png",
"default_title": "Anti-Grabify",
"default_popup": "popup.html"
},
"permissions": [
"webRequest",
"webRequestBlocking",
" | |