Flip a Coin

Decide your arguments the mature way: flip a coin!

Qu'est-ce que Flip a Coin ?

Flip a Coin est une extension Chrome développée par OakTree, et sa fonction principale est "Decide your arguments the mature way: flip a coin!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Flip a Coin

Téléchargez les fichiers d'extension Flip a Coin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Flip a Coin Flip a Coin
ID cpmgcjkcggfgbacdoolpebfapohhciip
URL Officiel https://chromewebstore.google.com/detail/flip-a-coin/cpmgcjkcggfgbacdoolpebfapohhciip
Description Decide your arguments the mature way: flip a coin!
Taille du Fichier 740 KB
Nombre d'Installations 38
Version Actuelle 4.1
Dernière Mise à Jour 2022-10-21
Date de Publication 2022-10-18
Développeur OakTree
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}