GameInfo

Search how long is the game (HLTB), where to buy it (GGDEALS) and see gameplay on YouTube

Τι είναι το GameInfo;

Το GameInfo είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον codedevjw.cws, και η κύρια λειτουργία του είναι "Search how long is the game (HLTB), where to buy it (GGDEALS) and see gameplay on YouTube".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης GameInfo

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

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

                        New context menu used to quickly find game information in How Long To Beat page (howlongtobeat.com), info where the game is available in multiple digital shops (gg.deals) and also find how gameplay looks on youtube

Mark text and right click to see the options. It opens search results in new tab.

Additional feature
No text selection needed when browsing games on steam or gg.deals. Just right click from game page and enjoy new how long to beat menu entry.                    

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

Όνομα GameInfo GameInfo
ID cklbjnamjbiibholooiaogndkobmlohn
Επίσημο URL https://chromewebstore.google.com/detail/gameinfo/cklbjnamjbiibholooiaogndkobmlohn
Περιγραφή Search how long is the game (HLTB), where to buy it (GGDEALS) and see gameplay on YouTube
Μέγεθος Αρχείου 12.95 KB
Αριθμός Εγκαταστάσεων 46
Τρέχουσα Έκδοση 0.0.3
Τελευταία Ενημέρωση 2023-09-25
Ημερομηνία Δημοσίευσης 2023-08-07
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής codedevjw.cws
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GameInfo",
    "description": "Search how long is the game (HLTB), where to buy it (GGDEALS) and see gameplay on YouTube",
    "version": "0.0.3",
    "manifest_version": 3,
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "gamepadIcon.png"
    }
}