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 |
官方網址 | 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" ] } |