FD Rake Colorator

Shows calculated rake percentage and color coding.

What is FD Rake Colorator?

FD Rake Colorator is a Chrome extension developed by dailyfantasytools, and its main feature is "Shows calculated rake percentage and color coding.".

Extension Screenshots

screenshot

Download FD Rake Colorator Extension CRX File

Download FD Rake Colorator 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

                        Simple calculated profit margin overlay with colors.                    

Extension Basic Information

Name FD Rake Colorator FD Rake Colorator
ID kbijdnibiddienolcibbpfodndekemdg
Official URL https://chrome.google.com/webstore/detail/fd-rake-colorator/kbijdnibiddienolcibbpfodndekemdg
Description Shows calculated rake percentage and color coding.
File Size 19.85 KB
Installation Count 117
Current Version 1.9
Last Updated 2015-06-10
Publish Date 2015-06-10
Rating 5.00/5 Total 1 Ratings
Developer dailyfantasytools
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FD Rake Colorator",
    "version": "1.9",
    "description": "Shows calculated rake percentage and color coding.",
    "web_accessible_resources": [
        "style.css"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "19": "icon-19.png",
            "38": "icon-38.png"
        },
        "default_title": "FD Rake Colorator"
    },
    "permissions": [
        "declarativeContent",
        ""
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}