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

What is Steam Users Don't Know What They Want?

Steam Users Don't Know What They Want is a Chrome extension developed by andymasteroffish, and its main feature is "This extension helps explain why some Steam users leave thumbs down reviews for games they can't stop playing".

Extension Screenshots

screenshot
screenshot
screenshot

Download Steam Users Don't Know What They Want Extension CRX File

Download Steam Users Don't Know What They Want 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

                        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.                    

Extension Basic Information

Name Steam Users Don't Know What They Want Steam Users Don't Know What They Want
ID abgbfcdlibmeecalpedlcddjcgjecihn
Official URL https://chromewebstore.google.com/detail/steam-users-dont-know-wha/abgbfcdlibmeecalpedlcddjcgjecihn
Description This extension helps explain why some Steam users leave thumbs down reviews for games they can't stop playing
File Size 6.32 KB
Installation Count 30
Current Version 1.1
Last Updated 2016-08-18
Publish Date 2016-08-18
Rating 4.67/5 Total 6 Ratings
Developer andymasteroffish
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}