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 là gì?

Steam Users Don't Know What They Want là một tiện ích mở rộng Chrome được phát triển bởi andymasteroffish, và tính năng chính của nó là "This extension helps explain why some Steam users leave thumbs down reviews for games they can't stop playing".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Steam Users Don't Know What They Want

Tải xuống các tệp mở rộng Steam Users Don't Know What They Want dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Steam Users Don't Know What They Want Steam Users Don't Know What They Want
ID abgbfcdlibmeecalpedlcddjcgjecihn
URL Chính Thức https://chromewebstore.google.com/detail/steam-users-dont-know-wha/abgbfcdlibmeecalpedlcddjcgjecihn
Mô tả This extension helps explain why some Steam users leave thumbs down reviews for games they can't stop playing
Kích Thước Tệp 6.32 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-08-18
Ngày Phát Hành 2016-08-18
Đánh Giá 4.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển andymasteroffish
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}