Game Revenue Estimate

Add Steam revenue estimate to every Steam store page

ما هو Game Revenue Estimate؟

Game Revenue Estimate هو إضافة Chrome تم تطويرها بواسطة Doolwind، والميزة الرئيسية لها هي "Add Steam revenue estimate to every Steam store page".

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

screenshot

تحميل ملف CRX للإضافة Game Revenue Estimate

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

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

                        This extension shows the estimated total revenue generated by a game on steam based on its price and total reviews using a simple algorithm. The price is shown in brackets after the games title in the currency shown on the page. The estimate is a guide only and should not be used in any financial planning.                    

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

الاسم Game Revenue Estimate Game Revenue Estimate
ID iefefhbijeoiookkedboieenbdejponf
عنوان URL الرسمي https://chromewebstore.google.com/detail/game-revenue-estimate/iefefhbijeoiookkedboieenbdejponf
الوصف Add Steam revenue estimate to every Steam store page
حجم الملف 38.28 KB
عدد التثبيتات 41
النسخة الحالية 0.1.0
آخر تحديث 2022-02-16
تاريخ النشر 2022-02-16
تقييم 5.00/5 مجموع تقييمات 2
المطور Doolwind
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Game Revenue Estimate",
    "version": "0.1.0",
    "description": "Add Steam revenue estimate to every Steam store page",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/store.steampowered.com\/app\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}