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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}