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
Eメール [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"
    }
}