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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    }
}