FD Rake Colorator

Shows calculated rake percentage and color coding.

ما هو FD Rake Colorator؟

FD Rake Colorator هو إضافة Chrome تم تطويرها بواسطة dailyfantasytools، والميزة الرئيسية لها هي "Shows calculated rake percentage and color coding.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة FD Rake Colorator

قم بتنزيل ملفات الامتداد FD Rake Colorator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Simple calculated profit margin overlay with colors.                    

معلومات أساسية عن التمديد

الاسم FD Rake Colorator FD Rake Colorator
ID kbijdnibiddienolcibbpfodndekemdg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/fd-rake-colorator/kbijdnibiddienolcibbpfodndekemdg
الوصف Shows calculated rake percentage and color coding.
حجم الملف 19.85 KB
عدد التثبيتات 117
النسخة الحالية 1.9
آخر تحديث 2015-06-10
تاريخ النشر 2015-06-10
تقييم 5.00/5 مجموع تقييمات 1
المطور dailyfantasytools
نوع الدفع free
اللغات المدعومة 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
}