Ping Blocker

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

Ping Blockerคืออะไร?

Ping Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Armin Sebastian และคุณลักษณะหลักของมันคือ "Stop sites from tracking the links you visit through hyperlink auditing."

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

screenshot

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

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

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

                        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"
    }
}