Anonymous Extension

An extension developed to help you stay anonymous online with tracking prevention and ad blocking capabilities!

Anonymous Extension là gì?

Anonymous Extension là một tiện ích mở rộng Chrome được phát triển bởi kgsensei, và tính năng chính của nó là "An extension developed to help you stay anonymous online with tracking prevention and ad blocking capabilities!".

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

screenshot
screenshot
screenshot

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

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

                        Anonymous Extension is a Chrome extension developed to prevent common trackers from finding you and sharing your personal information.

We block many different types of analytics services, ad providers, IP grabbers and even a few kinds of tracking pixels.                    

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

Tên Anonymous Extension Anonymous Extension
ID dpobhogjdfjlgiejbbojhablmlighflg
URL Chính Thức https://chromewebstore.google.com/detail/anonymous-extension/dpobhogjdfjlgiejbbojhablmlighflg
Mô tả An extension developed to help you stay anonymous online with tracking prevention and ad blocking capabilities!
Kích Thước Tệp 26.83 KB
Số Lần Cài Đặt 56
Phiên Bản Hiện Tại 5
Cập Nhật Lần Cuối 2024-01-13
Ngày Phát Hành 2022-08-23
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển kgsensei
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://anon.kgsensei.dev
URL Trang Trợ Giúp https://github.com/kgsensei/AnonymousExtension/issues
Ngôn Ngữ Được Hỗ Trợ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Anonymous Extension",
    "author": "kgsensei",
    "description": "An extension developed to help you stay anonymous online with tracking prevention and ad blocking capabilities!",
    "default_locale": "en",
    "version": "5",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "base_anon_home.html"
    },
    "icons": {
        "64": "icon_64x64.png",
        "128": "icon_128x128.png"
    },
    "permissions": [
        "declarativeNetRequest",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    }
}