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

O que é Steam Users Don't Know What They Want?

Steam Users Don't Know What They Want é uma extensão do Chrome desenvolvida por andymasteroffish, e sua principal característica é "This extension helps explain why some Steam users leave thumbs down reviews for games they can't stop playing".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Steam Users Don't Know What They Want

Baixe arquivos de extensão Steam Users Don't Know What They Want no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Steam Users Don't Know What They Want Steam Users Don't Know What They Want
ID abgbfcdlibmeecalpedlcddjcgjecihn
URL Oficial https://chromewebstore.google.com/detail/steam-users-dont-know-wha/abgbfcdlibmeecalpedlcddjcgjecihn
Descrição This extension helps explain why some Steam users leave thumbs down reviews for games they can't stop playing
Tamanho do Arquivo 6.32 KB
Contagem de Instalações 30
Versão Atual 1.1
Última Atualização 2016-08-18
Data de Publicação 2016-08-18
Classificação 4.67/5 Total de 6 Avaliações
Desenvolvedor andymasteroffish
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}