No Google Analytics

This extension blocks all network requests for Google Analytics.

No Google Analytics là gì?

No Google Analytics là một tiện ích mở rộng Chrome được phát triển bởi erikvold, và tính năng chính của nó là "This extension blocks all network requests for Google Analytics.".

Tải xuống tệp CRX của tiện ích mở rộng No Google Analytics

Tải xuống các tệp mở rộng No Google Analytics 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

                        Actively blocks Google Analytics from running on your browser, manually stopping the website you visit from tracking you!                    

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

Tên No Google Analytics No Google Analytics
ID biloomoaibballahalljciajlggomgel
URL Chính Thức https://chrome.google.com/webstore/detail/no-google-analytics/biloomoaibballahalljciajlggomgel
Mô tả This extension blocks all network requests for Google Analytics.
Kích Thước Tệp 3.26 KB
Số Lần Cài Đặt 151
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2015-10-17
Ngày Phát Hành 2015-10-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển erikvold
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No Google Analytics",
    "description": "This extension blocks all network requests for Google Analytics.",
    "version": "0.0.1",
    "permissions": [
        "webRequestBlocking",
        "webRequest",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}