Flip a Coin
Decide your arguments the mature way: flip a coin!
What is Flip a Coin?
Flip a Coin is a Chrome extension developed by OakTree, and its main feature is "Decide your arguments the mature way: flip a coin!".
Extension Screenshots
Download Flip a Coin Extension CRX File
Download Flip a Coin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A simple way to resolve complex quarrels; click the button to flip the coin! Extension Basic Information
| Name | |
| ID | cpmgcjkcggfgbacdoolpebfapohhciip |
| Official URL | https://chromewebstore.google.com/detail/flip-a-coin/cpmgcjkcggfgbacdoolpebfapohhciip |
| Description | Decide your arguments the mature way: flip a coin! |
| File Size | 740 KB |
| Installation Count | 38 |
| Current Version | 4.1 |
| Last Updated | 2022-10-21 |
| Publish Date | 2022-10-18 |
| Developer | OakTree |
| [email protected] | |
| Payment Type | free |
| Supported Languages | 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"
]
} | |