Steam App Info Button

Press to open the SteamDB page for the user's current game. Useful for spotting Valve testing hidden apps!

Τι είναι το Steam App Info Button;

Το Steam App Info Button είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.mattfiler.co.uk, και η κύρια λειτουργία του είναι "Press to open the SteamDB page for the user's current game. Useful for spotting Valve testing hidden apps!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Steam App Info Button

Λήψη αρχείων επέκτασης Steam App Info Button σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension will load up SteamDB when clicked and show all available information for the game that the Steam user you are viewing is currently playing. 

This extension can be especially useful for Valve employee Steam profiles, as you will be able to access SteamDB to see information about any hidden apps they are currently playing, which would usually just show no information at all.

Please note that this will only work if you are signed into Steam.

This extension is not endorsed or affiliated with Valve, Steam or SteamDB.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Steam App Info Button Steam App Info Button
ID negdbdifgcgangcgdalaigfoobdkfnde
Επίσημο URL https://chrome.google.com/webstore/detail/steam-app-info-button/negdbdifgcgangcgdalaigfoobdkfnde
Περιγραφή Press to open the SteamDB page for the user's current game. Useful for spotting Valve testing hidden apps!
Μέγεθος Αρχείου 18.7 KB
Αριθμός Εγκαταστάσεων 179
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2016-06-15
Ημερομηνία Δημοσίευσης 2016-06-15
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής http://www.mattfiler.co.uk
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steam App Info Button",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Press to open the SteamDB page for the user's current game. Useful for spotting Valve testing hidden apps!",
    "homepage_url": "http:\/\/mattfiler.co.uk",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Open SteamDB for the game the user's playing!"
    },
    "permissions": [
        "https:\/\/steamcommunity.com\/*",
        "http:\/\/steamcommunity.com\/*",
        "tabs"
    ]
}