Flip a Coin
Decide your arguments the mature way: flip a coin!
Apa itu Flip a Coin?
Flip a Coin adalah ekstensi Chrome yang dikembangkan oleh OakTree, dan fitur utamanya adalah "Decide your arguments the mature way: flip a coin!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Flip a Coin
Unduh file ekstensi Flip a Coin dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
A simple way to resolve complex quarrels; click the button to flip the coin! Informasi Dasar Ekstensi
| Nama | |
| ID | cpmgcjkcggfgbacdoolpebfapohhciip |
| URL Resmi | https://chromewebstore.google.com/detail/flip-a-coin/cpmgcjkcggfgbacdoolpebfapohhciip |
| Deskripsi | Decide your arguments the mature way: flip a coin! |
| Ukuran File | 740 KB |
| Jumlah Instalasi | 38 |
| Versi Saat Ini | 4.1 |
| Terakhir Diperbarui | 2022-10-21 |
| Tanggal Publikasi | 2022-10-18 |
| Pengembang | OakTree |
| [email protected] | |
| Tipe Pembayaran | free |
| Bahasa yang Didukung | 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"
]
} | |