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是由andymasteroffish开发的Chrome扩展程序,该扩展的主要功能是“This extension helps explain why some Steam users leave thumbs down reviews for games they can't stop playing”。

扩展截图

screenshot
screenshot
screenshot

下载Steam Users Don't Know What They Want扩展crx文件

下载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"
    ]
}