Steam Users Don't Know What They Want

This extension helps explain why some Steam users leave thumbs down reviews for games they can't stop playing

Τι είναι το Steam Users Don't Know What They Want;

Το Steam Users Don't Know What They Want είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον andymasteroffish, και η κύρια λειτουργία του είναι "This extension helps explain why some Steam users leave thumbs down reviews for games they can't stop playing".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Steam Users Don't Know What They Want

Λήψη αρχείων επέκτασης Steam Users Don't Know What They Want σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        This extension changes reviews of Steam games to "I don't know what I want" if the author does not recommend the game but has played over 24 hours of it.

Update: The extension can now parse numbers with commas because some Team Fortress 2 players have logged 2,000+ hours on a game they do not recommend.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Steam Users Don't Know What They Want Steam Users Don't Know What They Want
ID abgbfcdlibmeecalpedlcddjcgjecihn
Επίσημο URL https://chromewebstore.google.com/detail/steam-users-dont-know-wha/abgbfcdlibmeecalpedlcddjcgjecihn
Περιγραφή This extension helps explain why some Steam users leave thumbs down reviews for games they can't stop playing
Μέγεθος Αρχείου 6.32 KB
Αριθμός Εγκαταστάσεων 30
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2016-08-18
Ημερομηνία Δημοσίευσης 2016-08-18
Αξιολόγηση 4.67/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής andymasteroffish
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Steam Users Don't Know What They Want",
    "short_name": "Steam Reviewers",
    "description": "This extension helps explain why some Steam users leave thumbs down reviews for games they can't stop playing",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/store.steampowered.com\/*",
                "http:\/\/steamcommunity.com\/*"
            ],
            "js": [
                "steamdoesntknowwhatitwants.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}