Flip a Coin

Decide your arguments the mature way: flip a coin!

Was ist Flip a Coin?

Flip a Coin ist eine Chrome-Erweiterung, die von OakTree entwickelt wurde, und ihr Hauptmerkmal ist "Decide your arguments the mature way: flip a coin!".

Erweiterungsscreenshots

screenshot
screenshot

Flip a Coin-Erweiterungs-CRX-Datei herunterladen

Laden Sie Flip a Coin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        A simple way to resolve complex quarrels; click the button to flip the coin!                    

Grundlegende Informationen zur Erweiterung

Name Flip a Coin Flip a Coin
ID cpmgcjkcggfgbacdoolpebfapohhciip
Offizielle URL https://chromewebstore.google.com/detail/flip-a-coin/cpmgcjkcggfgbacdoolpebfapohhciip
Beschreibung Decide your arguments the mature way: flip a coin!
Dateigröße 740 KB
Installationsanzahl 38
Aktuelle Version 4.1
Letztes Update 2022-10-21
Veröffentlichungsdatum 2022-10-18
Entwickler OakTree
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Flip a Coin",
    "description": "Decide your arguments the mature way: flip a coin!",
    "version": "4.1",
    "action": {
        "default_icon": {
            "16": "icon.png",
            "24": "icon.png",
            "32": "icon.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon.png"
            ],
            "matches": [
                "https:\/\/web-accessible-resources-1.glitch.me\/*"
            ]
        },
        {
            "resources": [
                "icon.png"
            ],
            "matches": [
                "https:\/\/web-accessible-resources-2.glitch.me\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage"
    ]
}