Fingerprint Spoofing

Modify your broswer fingerprint!

Fingerprint Spoofingとは何ですか?

Fingerprint Spoofingはleeleiによって開発されたChromeの拡張機能で、その主な機能は「Modify your broswer fingerprint!」です。

拡張機能のスクリーンショット

screenshot
screenshot

Fingerprint Spoofing拡張機能のCRXファイルをダウンロード

Fingerprint Spoofing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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