Fingerprint Spoofing

Modify your broswer fingerprint!

Fingerprint Spoofing란 무엇입니까?

Fingerprint Spoofing은(는) leelei에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Modify your broswer fingerprint!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Fingerprint Spoofing 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        You can modify the fingerprint of your browser to avoid your private information being tracked

You can select and enter the reserved characters to modify the browser fingerprint.                    

확장 프로그램 기본 정보

이름 Fingerprint Spoofing Fingerprint Spoofing
ID ljdekjlhpjggcjblfgpijbkmpihjfkni
공식 URL https://chromewebstore.google.com/detail/fingerprint-spoofing/ljdekjlhpjggcjblfgpijbkmpihjfkni
설명 Modify your broswer fingerprint!
파일 크기 51.02 KB
설치 횟수 34,148
현재 버전 1.4.4
최근 업데이트 2024-01-25
출시 날짜 2020-04-27
평점 4.03/5 총 38 개의 평점
개발자 leelei
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://doext.github.io/pp
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fingerprint Spoofing",
    "description": "Modify your broswer fingerprint!",
    "version": "1.4.4",
    "manifest_version": 2,
    "author": "doext",
    "homepage_url": "https:\/\/doext.github.io\/fps",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "cts.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "permissions": [
        "storage",
        "browsingData"
    ],
    "web_accessible_resources": [
        "cts.js"
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "64": "icons\/64.png"
        },
        "default_popup": "setting.html"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "fps@doext"
        }
    }
}