Really Good Dice

Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.

What is Really Good Dice?

Really Good Dice is a Chrome extension developed by https://reallygood.co.il, and its main feature is "Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.".

Extension Screenshots

screenshot

Download Really Good Dice Extension CRX File

Download Really Good Dice 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

                        Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.
Quickly roll one dice or more, right off from your extension bar.                    

Extension Basic Information

Name Really Good Dice Really Good Dice
ID mfedjabphbbhekfijmgipfhddgjfnain
Official URL https://chromewebstore.google.com/detail/really-good-dice/mfedjabphbbhekfijmgipfhddgjfnain
Description Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.
File Size 204 KB
Installation Count 6,000
Current Version 2
Last Updated 2021-06-02
Publish Date 2013-10-27
Rating 4.17/5 Total 24 Ratings
Developer https://reallygood.co.il
Email [email protected]
Payment Type free
Extension Website https://reallygood.co.il/
Help Page URL https://reallygood.co.il/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Really Good Dice",
    "version": "2",
    "manifest_version": 3,
    "description": "Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.",
    "permissions": [
        "storage",
        "alarms"
    ],
    "icons": {
        "16": "images\/icon-16x16.png",
        "32": "images\/icon-32x32.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    },
    "action": {
        "default_title": "Roll the Dice!",
        "default_icon": {
            "16": "images\/icon-16x16.png",
            "32": "images\/icon-32x32.png"
        }
    },
    "options_page": "options\/options.html",
    "background": {
        "service_worker": "background.js"
    }
}