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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } |