Anonymous Extension

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

Co to jest Anonymous Extension?

Anonymous Extension to rozszerzenie Chrome opracowane przez kgsensei, a jego główną funkcją jest „An extension developed to help you stay anonymous online with tracking prevention and ad blocking capabilities!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Anonymous Extension

Pobierz pliki rozszerzeń Anonymous Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Anonymous Extension Anonymous Extension
ID dpobhogjdfjlgiejbbojhablmlighflg
Oficjalny URL https://chromewebstore.google.com/detail/anonymous-extension/dpobhogjdfjlgiejbbojhablmlighflg
Opis An extension developed to help you stay anonymous online with tracking prevention and ad blocking capabilities!
Rozmiar pliku 26.83 KB
Liczba instalacji 56
Aktualna Wersja 5
Ostatnia Aktualizacja 2024-01-13
Data Publikacji 2022-08-23
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper kgsensei
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://anon.kgsensei.dev
Adres URL Strony Pomocy https://github.com/kgsensei/AnonymousExtension/issues
Obsługiwane Języki 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"
    }
}