flip a coin

Flip A Coin Extension!

Qu'est-ce que flip a coin ?

flip a coin est une extension Chrome développée par moknicorp, et sa fonction principale est "Flip A Coin Extension!".

Captures d'Écran de l'Extension

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 Chrome Extension that helps you when you re indecisive i can t choose between two things ! 
Just flip a coin and let the luck decide for you !
All you have to do is click the flip button and the magic happens!!!                    

Informations de Base sur l'Extension

Nom flip a coin flip a coin
ID nmcgcbfllfggimomeikgbobipdbhebmn
URL Officiel https://chrome.google.com/webstore/detail/flip-a-coin/nmcgcbfllfggimomeikgbobipdbhebmn
Description Flip A Coin Extension!
Taille du Fichier 25.32 KB
Nombre d'Installations 32
Version Actuelle 1.0
Dernière Mise à Jour 2019-03-07
Date de Publication 2019-03-07
Développeur moknicorp
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "flip a coin",
    "version": "1.0",
    "description": "Flip A Coin Extension!",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "image\/16.png",
            "32": "image\/32.png",
            "48": "image\/48.png",
            "128": "image\/128.png"
        }
    },
    "icons": {
        "16": "image\/16.png",
        "32": "image\/32.png",
        "48": "image\/48.png",
        "128": "image\/128.png"
    },
    "manifest_version": 2
}