Unofficial Alakazam Online Academy Formatter
Formats the academy page into a more accessible format with timestamps and extras - updated to work with the latest academy
Τι είναι το Unofficial Alakazam Online Academy Formatter;
Το Unofficial Alakazam Online Academy Formatter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Dan Ives, και η κύρια λειτουργία του είναι "Formats the academy page into a more accessible format with timestamps and extras - updated to work with the latest academy".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Unofficial Alakazam Online Academy Formatter
Λήψη αρχείων επέκτασης Unofficial Alakazam Online Academy Formatter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This is an unofficial chrome extension that reformats the academy page to a more flexible layout and adds the ability to click on timestamps on certain indexed videos. The plugin will generate a button at the top of the page to process it; should you wish to use the old page layout - click the button the start the recompiling of the page. Please note: this could technically break at any time should the website change, so note that you may want to disable the plugin if its not behaving properly. Thanks :)
Βασικές Πληροφορίες Επέκτασης
Όνομα | Unofficial Alakazam Online Academy Formatter |
ID | nahlnlagnmgdcfepoaaddfbnmhnnadog |
Επίσημο URL | https://chromewebstore.google.com/detail/unofficial-alakazam-onlin/nahlnlagnmgdcfepoaaddfbnmhnnadog |
Περιγραφή | Formats the academy page into a more accessible format with timestamps and extras - updated to work with the latest academy |
Μέγεθος Αρχείου | 68.93 KB |
Αριθμός Εγκαταστάσεων | 49 |
Τρέχουσα Έκδοση | 3.0 |
Τελευταία Ενημέρωση | 2018-11-29 |
Ημερομηνία Δημοσίευσης | 2018-11-29 |
Αξιολόγηση | 5.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | Dan Ives |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unofficial Alakazam Online Academy Formatter", "description": "Formats the academy page into a more accessible format with timestamps and extras - updated to work with the latest academy", "version": "3.0", "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/alakazam.co.uk\/*", "*:\/\/*.alakazam.co.uk\/*" ], "css": [ "css\/styles.css" ], "js": [ "js\/jquery-3.2.1.min.js", "js\/main.js" ] } ], "icons": { "48": "img\/icon_small.png", "128": "img\/icon.png" } } |