PoE Expand Challenges
Expand or hide all (in)complete PoE challenges. This product isn't affiliated with or endorsed by Grinding Gear Games in any way.
Τι είναι το PoE Expand Challenges;
Το PoE Expand Challenges είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ESPONO, και η κύρια λειτουργία του είναι "Expand or hide all (in)complete PoE challenges. This product isn't affiliated with or endorsed by Grinding Gear Games in any way.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης PoE Expand Challenges
Λήψη αρχείων επέκτασης PoE Expand Challenges σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension allows you to better manage Challenges on the official Path of Exile website. It adds new buttons that allow you to: 1. Hide/Show all complete challenges. 2. Hide/Show all incomplete challenges. 3. Expand/Collapse all complete challenges. 4. Expand/Collapse all incomplete challenges. 5. Hide/Show all complete sub-challenges (of incomplete challenges). 6. Hide/Show challenge number. 7. Enable pinning challenges.
Βασικές Πληροφορίες Επέκτασης
Όνομα | PoE Expand Challenges |
ID | hlmhndfflbjhblhobpfncenoedjeheec |
Επίσημο URL | https://chromewebstore.google.com/detail/poe-expand-challenges/hlmhndfflbjhblhobpfncenoedjeheec |
Περιγραφή | Expand or hide all (in)complete PoE challenges. This product isn't affiliated with or endorsed by Grinding Gear Games in any way. |
Μέγεθος Αρχείου | 130 KB |
Αριθμός Εγκαταστάσεων | 217 |
Τρέχουσα Έκδοση | 1.2.1 |
Τελευταία Ενημέρωση | 2023-08-01 |
Ημερομηνία Δημοσίευσης | 2023-05-16 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | ESPONO |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "PoE Expand Challenges", "version": "1.2.1", "description": "Expand or hide all (in)complete PoE challenges. This product isn't affiliated with or endorsed by Grinding Gear Games in any way.", "author": "[email protected]", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqQJIcyAudBMMfLZqur7M7KonHB0DyWe2JtShMYOv3i6Z+8oby7DqmgtjJClcptfbADVwFBSonXHg0mRWlGiU7XcFuCoR1AjI3ZeMbNkgZjTsVyp7FHUQ8smHGswq52niqp4JO6IfwPUztUofikKXVdMEEUKn\/lR\/8kMLqGLo9wvYQu39n8pybQkqB+sCOEulwY3c3Rr4wI1VRWujsWszbMasTDJNQ7KmoWCmbUm6+SOYsYd7hvhUWeQjfgDymTrIKIDd6\/P2CnCVMFwLoroxmgRkIG6KwFDy4dU\/nq+Cdn5oykYVCf5EHFnYfIMdNpnXD5ctWVg\/2t9dVDPlNNEFHQIDAQAB", "permissions": [ "storage" ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "css": [ "css\/style.css" ], "matches": [ "https:\/\/www.pathofexile.com\/account\/view-profile\/*\/challenges*" ] } ], "web_accessible_resources": [ { "resources": [ "images\/button-expand-complete.png", "images\/button-expand-incomplete.png", "images\/button-collapse-complete.png", "images\/button-collapse-incomplete.png", "images\/button-hide-complete.png", "images\/button-hide-incomplete.png", "images\/button-show-complete.png", "images\/button-show-incomplete.png", "images\/button-item-normal.png", "images\/button-item-toggled.png", "images\/button-number-normal.png", "images\/button-number-toggled.png", "images\/button-pin-normal.png", "images\/button-pin-toggled.png", "images\/pin.png" ], "matches": [ "https:\/\/www.pathofexile.com\/*" ] } ], "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "109.0" }, "gecko_android": { "strict_min_version": "109.0" }, "safari": { "strict_min_version": "15.4" } } } |