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

Apa itu Steam Users Don't Know What They Want?

Steam Users Don't Know What They Want adalah ekstensi Chrome yang dikembangkan oleh andymasteroffish, dan fitur utamanya adalah "This extension helps explain why some Steam users leave thumbs down reviews for games they can't stop playing".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Steam Users Don't Know What They Want

Unduh file ekstensi Steam Users Don't Know What They Want dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Steam Users Don't Know What They Want Steam Users Don't Know What They Want
ID abgbfcdlibmeecalpedlcddjcgjecihn
URL Resmi https://chromewebstore.google.com/detail/steam-users-dont-know-wha/abgbfcdlibmeecalpedlcddjcgjecihn
Deskripsi This extension helps explain why some Steam users leave thumbs down reviews for games they can't stop playing
Ukuran File 6.32 KB
Jumlah Instalasi 30
Versi Saat Ini 1.1
Terakhir Diperbarui 2016-08-18
Tanggal Publikasi 2016-08-18
Penilaian 4.67/5 Total 6 Penilaian
Pengembang andymasteroffish
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}