HyperSEQTA
A dark-themed Firefox/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn.
Τι είναι το HyperSEQTA;
Το HyperSEQTA είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://crazypersonalph.com, και η κύρια λειτουργία του είναι "A dark-themed Firefox/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης HyperSEQTA
Λήψη αρχείων επέκτασης HyperSEQTA σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The new and improved fork of BetterSEQTA, with bugfixes and style updates.
Βασικές Πληροφορίες Επέκτασης
Όνομα | HyperSEQTA |
ID | hnbneadgjmefpddchlhefgbkkfbhdebl |
Επίσημο URL | https://chromewebstore.google.com/detail/hyperseqta/hnbneadgjmefpddchlhefgbkkfbhdebl |
Περιγραφή | A dark-themed Firefox/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn. |
Μέγεθος Αρχείου | 611 KB |
Αριθμός Εγκαταστάσεων | 72 |
Τρέχουσα Έκδοση | 2.1.0 |
Τελευταία Ενημέρωση | 2023-11-27 |
Ημερομηνία Δημοσίευσης | 2023-09-09 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://crazypersonalph.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://hyperseqta.crazypersonalph.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://hyperseqta.crazypersonalph.com/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "HyperSEQTA", "version": "2.1.0", "description": "A dark-themed Firefox\/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn.", "icons": { "48": "icons\/icon-48.png" }, "action": { "browser_style": true, "default_popup": "popup\/info.html", "default_icon": { "32": "icons\/icon-32.png", "64": "icons\/icon-64.png" } }, "permissions": [ "tabs", "notifications", "storage" ], "host_permissions": [ "https:\/\/newsapi.org\/", "*:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "optional_permissions": [ "declarativeContent" ], "content_scripts": [ { "matches": [ "https:\/\/*.edu.au\/*" ], "js": [ "seqta.js", "browser-polyfill.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "icons\/*", "popup\/*" ], "matches": [ "*:\/\/*\/*" ] }, { "resources": [ "images\/*" ], "matches": [ "*:\/\/*\/*" ] }, { "resources": [ "inject\/*" ], "matches": [ "*:\/\/*\/*" ] }, { "resources": [ "popup\/*" ], "matches": [ "*:\/\/*\/*" ] } ] } |