Anti-Grabify

Blocks IP grabbers from Grabify and 50+ other IP grabber links.

Anti-Grabify란 무엇입니까?

Anti-Grabify은(는) Konnor88에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Blocks IP grabbers from Grabify and 50+ other IP grabber links."입니다.

확장 프로그램 스크린샷

screenshot

Anti-Grabify 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Anti-Grabify 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",
        ""
    ]
}