Provably Fair

Provably Fair Verification

Provably Fairとは何ですか?

Provably Fairはlucasholderxによって開発されたChromeの拡張機能で、その主な機能は「Provably Fair Verification」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Provably Fair verifies the outcome of games based on initial parameters. Compatible with Stake.com.                    

拡張機能の基本情報

名前 Provably Fair Provably Fair
ID ahooddoodalfhhjfpdgcmkklhfefjdem
公式URL https://chromewebstore.google.com/detail/provably-fair/ahooddoodalfhhjfpdgcmkklhfefjdem
説明 Provably Fair Verification
ファイルサイズ 1.06 MB
インストール数 361
現在のバージョン 0.0.2
最終更新日 2020-04-19
公開日 2020-04-19
開発者 lucasholderx
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://github.com/lucasholder/fair/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Provably Fair",
    "description": "Provably Fair Verification",
    "version": "0.0.2",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "favicon\/favicon-16x16.png",
        "48": "favicon\/favicon-48x48.png",
        "128": "favicon\/favicon-128x128.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "page": "bg.html"
    },
    "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'"
}