Anti Facebook/Analytics Tracking

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

Anti Facebook/Analytics Tracking là gì?

Anti Facebook/Analytics Tracking là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Blocks Facebook and other web tracking events, letting you browse the web safer.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Anti Facebook/Analytics Tracking

Tải xuống các tệp mở rộng Anti Facebook/Analytics Tracking dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Anti Facebook/Analytics Tracking Anti Facebook/Analytics Tracking
ID enmegaepddkadpfkhiklfcngbcmflilp
URL Chính Thức https://chromewebstore.google.com/detail/anti-facebookanalytics-tr/enmegaepddkadpfkhiklfcngbcmflilp
Mô tả Blocks Facebook and other web tracking events, letting you browse the web safer.
Kích Thước Tệp 44.8 KB
Số Lần Cài Đặt 66
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2020-04-25
Ngày Phát Hành 2020-04-21
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}