Flip a Coin

Decide your arguments the mature way: flip a coin!

Vad är Flip a Coin?

Flip a Coin är en Chrome-tillägg utvecklad av OakTree, och dess huvudfunktion är "Decide your arguments the mature way: flip a coin!".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Flip a Coin-förlängningens CRX-fil

Ladda ner Flip a Coin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Flip a Coin Flip a Coin
ID cpmgcjkcggfgbacdoolpebfapohhciip
Officiell webbadress https://chromewebstore.google.com/detail/flip-a-coin/cpmgcjkcggfgbacdoolpebfapohhciip
Beskrivning Decide your arguments the mature way: flip a coin!
Filstorlek 740 KB
Antal Installationer 38
Aktuell Version 4.1
Senast Uppdaterad 2022-10-21
Publiceringsdatum 2022-10-18
Utvecklare OakTree
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}