Anonymous Extension

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

What is Anonymous Extension?

Anonymous Extension is a Chrome extension developed by kgsensei, and its main feature is "An extension developed to help you stay anonymous online with tracking prevention and ad blocking capabilities!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Anonymous Extension Extension CRX File

Download Anonymous Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Anonymous Extension Anonymous Extension
ID dpobhogjdfjlgiejbbojhablmlighflg
Official URL https://chromewebstore.google.com/detail/anonymous-extension/dpobhogjdfjlgiejbbojhablmlighflg
Description An extension developed to help you stay anonymous online with tracking prevention and ad blocking capabilities!
File Size 26.83 KB
Installation Count 56
Current Version 5
Last Updated 2024-01-13
Publish Date 2022-08-23
Rating 5.00/5 Total 1 Ratings
Developer kgsensei
Email [email protected]
Payment Type free
Extension Website https://anon.kgsensei.dev
Help Page URL https://github.com/kgsensei/AnonymousExtension/issues
Supported Languages 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"
    }
}