Coin Toss

Having trouble making a decision? Need to leave something up to chance? What better way to decide than to flip a coin?

What is Coin Toss?

Coin Toss is a Chrome extension developed by Extensions by Olivia, and its main feature is "Having trouble making a decision? Need to leave something up to chance? What better way to decide than to flip a coin?".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Coin Toss Extension CRX File

Download Coin Toss 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

                        Have you ever been stuck between two options and can't decide which to choose? Ever flipped a coin to decide on something among your friends? If so, this extension is for you. Featuring multiple coin faces, you can make decisions in style. Feeling devious? Change the coin's results to always be in your favor. Never feel stuck again with this extension always a click away.                    

Extension Basic Information

Name Coin Toss Coin Toss
ID fjggbafppemkjilmleaibofamjedkkgb
Official URL https://chromewebstore.google.com/detail/coin-toss/fjggbafppemkjilmleaibofamjedkkgb
Description Having trouble making a decision? Need to leave something up to chance? What better way to decide than to flip a coin?
File Size 1.64 MB
Installation Count 1,772
Current Version 1.1.12
Last Updated 2018-10-03
Publish Date 2018-10-03
Rating 4.00/5 Total 6 Ratings
Developer Extensions by Olivia
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Coin Toss",
    "description": "Having trouble making a decision? Need to leave something up to chance? What better way to decide than to flip a coin?",
    "short_name": "Flip a Coin",
    "version": "1.1.12",
    "author": "Extensions by Olivia",
    "browser_action": {
        "default_icon": "tab-icon.png",
        "default_title": "Coin Toss",
        "default_popup": "newCoin.html"
    },
    "icons": {
        "128": "tab-icon.png"
    }
}