Helpless Steam Tools
This Extansion will help you to see Artworks on Steam which normally not show up correctly and other stuff to modify your profile!
Τι είναι το Helpless Steam Tools;
Το Helpless Steam Tools είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.mrhelpless.xyz, και η κύρια λειτουργία του είναι "This Extansion will help you to see Artworks on Steam which normally not show up correctly and other stuff to modify your profile!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Helpless Steam Tools
Λήψη αρχείων επέκτασης Helpless Steam Tools σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
It is still in development! Current functions: -[Fix Images] Shows up Artworks that are normally not visable for you. -[Center Infobox] Shows up a centerline in every showcase box on your profile edit page, so you can center your text easier. Thanks for testing :D
Βασικές Πληροφορίες Επέκτασης
Όνομα | Helpless Steam Tools |
ID | olknjonadmjdeaneiggmheccpbjagjok |
Επίσημο URL | https://chromewebstore.google.com/detail/helpless-steam-tools/olknjonadmjdeaneiggmheccpbjagjok |
Περιγραφή | This Extansion will help you to see Artworks on Steam which normally not show up correctly and other stuff to modify your profile! |
Μέγεθος Αρχείου | 17.12 KB |
Αριθμός Εγκαταστάσεων | 38 |
Τρέχουσα Έκδοση | 0.0.1.3 |
Τελευταία Ενημέρωση | 2020-03-09 |
Ημερομηνία Δημοσίευσης | 2020-03-08 |
Προγραμματιστής | https://www.mrhelpless.xyz |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.mrhelpless.xyz/extension/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Helpless Steam Tools", "version": "0.0.1.3", "manifest_version": 2, "description": "This Extansion will help you to see Artworks on Steam which normally not show up correctly and other stuff to modify your profile!", "icons": { "16": "logo_16.png", "48": "logo_48.png", "128": "logo_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/steamcommunity.com\/id\/*\/images\/*" ], "js": [ "content.js" ], "css": [ "style.css" ] }, { "matches": [ "*:\/\/steamcommunity.com\/id\/*\/edit" ], "js": [ "content.js" ], "css": [ "style.css" ] } ], "browser_action": { "default_popup": "popup.html", "default_title": "Helpless Steam Tools" } } |