Enhanced SteamGifts & SteamTrades (ESGST)

A script that adds some cool features to SteamGifts and SteamTrades.

Τι είναι το Enhanced SteamGifts & SteamTrades (ESGST);

Το Enhanced SteamGifts & SteamTrades (ESGST) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον rafaelgomesxyz, και η κύρια λειτουργία του είναι "A script that adds some cool features to SteamGifts and SteamTrades.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Enhanced SteamGifts & SteamTrades (ESGST)

Λήψη αρχείων επέκτασης Enhanced SteamGifts & SteamTrades (ESGST) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Enhanced SteamGifts & SteamTrades (ESGST) is an extension that greatly enhances the experience of SteamGifts / SteamTrades users, by adding many features such as: enter giveaways from the main page, extract giveaway trains, send the keys for your created giveaways in bulk, see information about the games being given away, and many more!                    

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

Όνομα Enhanced SteamGifts & SteamTrades (ESGST) Enhanced SteamGifts & SteamTrades (ESGST)
ID ibedmjbicclcdfmghnkfldnplocgihna
Επίσημο URL https://chromewebstore.google.com/detail/enhanced-steamgifts-steam/ibedmjbicclcdfmghnkfldnplocgihna
Περιγραφή A script that adds some cool features to SteamGifts and SteamTrades.
Μέγεθος Αρχείου 761 KB
Αριθμός Εγκαταστάσεων 3,910
Τρέχουσα Έκδοση 8.9.4
Τελευταία Ενημέρωση 2022-10-25
Ημερομηνία Δημοσίευσης 2020-06-25
Αξιολόγηση 4.12/5 Συνολικά 33 Αξιολογήσεις
Προγραμματιστής rafaelgomesxyz
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/rafaelgomesxyz/esgst
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/rafaelgomesxyz/esgst/issues
URL της Σελίδας Πολιτικής Απορρήτου https://addons.mozilla.org/en-US/firefox/addon/esgst/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Enhanced SteamGifts & SteamTrades (ESGST)",
    "version": "8.9.4",
    "description": "A script that adds some cool features to SteamGifts and SteamTrades.",
    "icons": {
        "64": "icon.png"
    },
    "author": "rafaelgomesxyz",
    "background": {
        "scripts": [
            "lib\/browser-polyfill.js",
            "eventPage.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.steamgifts.com\/*",
                "*:\/\/*.steamtrades.com\/*"
            ],
            "js": [
                "lib\/browser-polyfill.js",
                "esgst.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "*:\/\/*.steamgifts.com\/*",
        "*:\/\/*.steamtrades.com\/*"
    ],
    "optional_permissions": [
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "",
        "*:\/\/*.api.dropboxapi.com\/*",
        "*:\/\/*.api.imgur.com\/*",
        "*:\/\/*.api.steampowered.com\/*",
        "*:\/\/*.content.dropboxapi.com\/*",
        "*:\/\/*.files.1drv.com\/*",
        "*:\/\/*.github.com\/*",
        "*:\/\/*.googleapis.com\/*",
        "*:\/\/*.graph.microsoft.com\/*",
        "*:\/\/*.isthereanydeal.com\/*",
        "*:\/\/*.esgst.rafaelgomes.xyz\/*",
        "*:\/\/*.raw.githubusercontent.com\/*",
        "*:\/\/*.script.google.com\/*",
        "*:\/\/*.script.googleusercontent.com\/*",
        "*:\/\/*.steam-tracker.com\/*",
        "*:\/\/*.steamcommunity.com\/*",
        "*:\/\/*.store.steampowered.com\/*",
        "*:\/\/*.userstyles.org\/*"
    ],
    "short_name": "ESGST",
    "web_accessible_resources": [
        "icon.png",
        "permissions.html"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAih1koCChvaohyeTSrBrUcANi8zBmZT+4JWjI92p4kEeaVvno8mdUnOLwA5nwZEYLfQ6CdCmStWLR3SUeoj\/PhIHJkuBYYsyv2fcUh3kALAnqJMHJ61epNhrD93l2xf4BV9\/2bKb3o3NTA\/u9UosQqljhYkPwkIed+yzRMwYCoOn+vMpbOdaAwfycncG0\/eXO5NIIqC+Ov8xR2vGX7rwXvnUIgG84TvZvOcCtmn6PsijDm6\/xFgNwW0xvUhHIa50rTwMxedItEhxFslGlCGhYNG2HzvVJpcLEE9qq2OHL\/3SyidU5xCyMW+BV8ieZ03EBwMYnhGxV68UKSa+tmJEoKQIDAQAB"
}