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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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