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
Co je Steam Users Don't Know What They Want?
Steam Users Don't Know What They Want je rozšíření Chrome vyvinuté andymasteroffish, a jeho hlavní funkcí je „This extension helps explain why some Steam users leave thumbs down reviews for games they can't stop playing“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Steam Users Don't Know What They Want
Stáhněte si soubory rozšíření Steam Users Don't Know What They Want ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Steam Users Don't Know What They Want |
ID | abgbfcdlibmeecalpedlcddjcgjecihn |
Oficiální URL | https://chromewebstore.google.com/detail/steam-users-dont-know-wha/abgbfcdlibmeecalpedlcddjcgjecihn |
Popis | This extension helps explain why some Steam users leave thumbs down reviews for games they can't stop playing |
Velikost souboru | 6.32 KB |
Počet instalací | 30 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2016-08-18 |
Datum Vydání | 2016-08-18 |
Hodnocení | 4.67/5 Celkem 6 Hodnocení |
Vývojář | andymasteroffish |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |