Flip a Coin
Decide your arguments the mature way: flip a coin!
Wat is Flip a Coin?
Flip a Coin is een Chrome-extensie ontwikkeld door OakTree, en de belangrijkste functie is "Decide your arguments the mature way: flip a coin!".
Extensie Screenshots
Download het CRX-bestand van de extensie Flip a Coin
Download Flip a Coin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A simple way to resolve complex quarrels; click the button to flip the coin! Basisinformatie over de Extensie
| Naam | |
| ID | cpmgcjkcggfgbacdoolpebfapohhciip |
| Officiële URL | https://chromewebstore.google.com/detail/flip-a-coin/cpmgcjkcggfgbacdoolpebfapohhciip |
| Beschrijving | Decide your arguments the mature way: flip a coin! |
| Bestandsgrootte | 740 KB |
| Aantal Installaties | 38 |
| Huidige Versie | 4.1 |
| Laatst Bijgewerkt | 2022-10-21 |
| Publicatiedatum | 2022-10-18 |
| Ontwikkelaar | OakTree |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |