CoinFlip
Flip a coin in an Extension!
What is CoinFlip?
CoinFlip is a Chrome extension developed by Dex, and its main feature is "Flip a coin in an Extension!".
Extension Screenshots
Download CoinFlip Extension CRX File
Download CoinFlip 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
Allows you to flip a coin in an extension! This Coin Flip extension allows you to flip a coin with a smooth animation and it has a counter for heads and tails plus a reset button. (I know the screenshot is bad blame google screenshot sizing requirements)
Extension Basic Information
Name | CoinFlip |
ID | oakacfkpceoekcconacpdnpjjaminkhl |
Official URL | https://chromewebstore.google.com/detail/coinflip/oakacfkpceoekcconacpdnpjjaminkhl |
Description | Flip a coin in an Extension! |
File Size | 15.39 KB |
Installation Count | 292 |
Current Version | 1.0 |
Last Updated | 2022-05-08 |
Publish Date | 2022-05-08 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Dex |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CoinFlip", "description": "Flip a coin in an Extension!", "version": "1.0", "icons": { "128": "icon_128.png" }, "action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |