Ping Blocker

Stop sites from tracking the links you visit through hyperlink auditing.

Ping Blocker란 무엇입니까?

Ping Blocker은(는) Armin Sebastian에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stop sites from tracking the links you visit through hyperlink auditing."입니다.

확장 프로그램 스크린샷

screenshot

Ping Blocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Ping Blocker is a browser extension that prevents sites from tracking the links you visit through hyperlink auditing.

The continued development of Ping Blocker is made possible thanks to the support of awesome backers. If you'd like to join them, please check out https://armin.dev/go/patreon

The extension blocks ping requests sent in the background when you click on links. Beacon requests and CSP reports are also blocked.

Verify if ping requests are currently sent by your browser with Ping Spotter.

https://armin.dev/apps/ping-spotter

The extension is also available for Edge and Firefox: https://github.com/dessant/ping-blocker#readme

Reviews are not monitored for bug reports, please use GitHub for issues and feature requests.

https://github.com/dessant/ping-blocker                    

확장 프로그램 기본 정보

이름 Ping Blocker Ping Blocker
ID jkpocifanmihboebfhigkjcdihgfcdnb
공식 URL https://chromewebstore.google.com/detail/ping-blocker/jkpocifanmihboebfhigkjcdihgfcdnb
설명 Stop sites from tracking the links you visit through hyperlink auditing.
파일 크기 31.83 KB
설치 횟수 1,576
현재 버전 1.0.0
최근 업데이트 2023-09-14
출시 날짜 2020-02-02
평점 5.00/5 총 4 개의 평점
개발자 Armin Sebastian
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/dessant/ping-blocker
도움말 페이지 URL https://github.com/dessant/ping-blocker/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.0.0",
    "author": "Armin Sebastian",
    "homepage_url": "https:\/\/github.com\/dessant\/ping-blocker",
    "default_locale": "en",
    "minimum_chrome_version": "76.0",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "content_security_policy": "default-src 'self';",
    "icons": {
        "16": "src\/icons\/app\/icon-16.png",
        "19": "src\/icons\/app\/icon-19.png",
        "24": "src\/icons\/app\/icon-24.png",
        "32": "src\/icons\/app\/icon-32.png",
        "38": "src\/icons\/app\/icon-38.png",
        "48": "src\/icons\/app\/icon-48.png",
        "64": "src\/icons\/app\/icon-64.png",
        "96": "src\/icons\/app\/icon-96.png",
        "128": "src\/icons\/app\/icon-128.png"
    },
    "background": {
        "page": "src\/background\/index.html"
    }
}