Provably Fair

Provably Fair Verification

What is Provably Fair?

Provably Fair is a Chrome extension developed by lucasholderx, and its main feature is "Provably Fair Verification".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Provably Fair Extension CRX File

Download Provably Fair extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Provably Fair Provably Fair
ID ahooddoodalfhhjfpdgcmkklhfefjdem
Official URL https://chromewebstore.google.com/detail/provably-fair/ahooddoodalfhhjfpdgcmkklhfefjdem
Description Provably Fair Verification
File Size 1.06 MB
Installation Count 361
Current Version 0.0.2
Last Updated 2020-04-19
Publish Date 2020-04-19
Developer lucasholderx
Email [email protected]
Payment Type free
Help Page URL https://github.com/lucasholder/fair/issues
Supported Languages 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'"
}