flip a coin
Flip A Coin Extension!
What is flip a coin?
flip a coin is a Chrome extension developed by moknicorp, and its main feature is "Flip A Coin Extension!".
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 Chrome Extension that helps you when you re indecisive i can t choose between two things ! Just flip a coin and let the luck decide for you ! All you have to do is click the flip button and the magic happens!!!
Extension Basic Information
Name | |
ID | nmcgcbfllfggimomeikgbobipdbhebmn |
Official URL | https://chrome.google.com/webstore/detail/flip-a-coin/nmcgcbfllfggimomeikgbobipdbhebmn |
Description | Flip A Coin Extension! |
File Size | 25.32 KB |
Installation Count | 32 |
Current Version | 1.0 |
Last Updated | 2019-03-07 |
Publish Date | 2019-03-07 |
Developer | moknicorp |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "flip a coin", "version": "1.0", "description": "Flip A Coin Extension!", "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "image\/16.png", "32": "image\/32.png", "48": "image\/48.png", "128": "image\/128.png" } }, "icons": { "16": "image\/16.png", "32": "image\/32.png", "48": "image\/48.png", "128": "image\/128.png" }, "manifest_version": 2 } |