Anti Facebook/Analytics Tracking

Blocks Facebook and other web tracking events, letting you browse the web safer.

Anti Facebook/Analytics Trackingคืออะไร?

Anti Facebook/Analytics Tracking เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Blocks Facebook and other web tracking events, letting you browse the web safer."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Anti Facebook/Analytics Tracking

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

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

                        Facebook tracks nearly everywhere you go using their analytics and associates your account in aggregated data. This stops Facebook from knowing where you've been and what you've done by blocking analytics requests. It also blocks other unnecessary analytics/tracking requests, saving you the bandwidth, memory, and CPU needed to carry out those requests.                    

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

ชื่อ Anti Facebook/Analytics Tracking Anti Facebook/Analytics Tracking
ID enmegaepddkadpfkhiklfcngbcmflilp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/anti-facebookanalytics-tr/enmegaepddkadpfkhiklfcngbcmflilp
คำอธิบาย Blocks Facebook and other web tracking events, letting you browse the web safer.
ขนาดไฟล์ 44.8 KB
จำนวนการติดตั้ง 66
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2020-04-25
วันที่เผยแพร่ 2020-04-21
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anti Facebook\/Analytics Tracking",
    "version": "1.0.0",
    "description": "Blocks Facebook and other web tracking events, letting you browse the web safer.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Anti Facebook Tracking",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "icons\/anti-facebook16.png",
        "48": "icons\/anti-facebook48.png",
        "128": "icons\/anti-facebook128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "storage"
    ],
    "manifest_version": 2
}