Anonymous Extension

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

什么是Anonymous Extension?

Anonymous Extension是由kgsensei开发的Chrome扩展程序,该扩展的主要功能是“An extension developed to help you stay anonymous online with tracking prevention and ad blocking capabilities!”。

扩展截图

screenshot
screenshot
screenshot

下载Anonymous Extension扩展crx文件

下载Anonymous Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Anonymous Extension Anonymous Extension
ID dpobhogjdfjlgiejbbojhablmlighflg
官方URL https://chromewebstore.google.com/detail/anonymous-extension/dpobhogjdfjlgiejbbojhablmlighflg
简介 An extension developed to help you stay anonymous online with tracking prevention and ad blocking capabilities!
文件大小 26.83 KB
安装次数 56
当前版本 5
更新时间 2024-01-13
上架时间 2022-08-23
评分 5.00/5 共1次评分
开发者 kgsensei
电子邮箱 [email protected]
付费类型 free
扩展官网 https://anon.kgsensei.dev
帮助页面URL https://github.com/kgsensei/AnonymousExtension/issues
支持的语言 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"
    }
}