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

Qu'est-ce que Unofficial Alakazam Online Academy Formatter ?

Unofficial Alakazam Online Academy Formatter est une extension Chrome développée par Dan Ives, et sa fonction principale est "Formats the academy page into a more accessible format with timestamps and extras - updated to work with the latest academy".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Unofficial Alakazam Online Academy Formatter

Téléchargez les fichiers d'extension Unofficial Alakazam Online Academy Formatter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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 :)                    

Informations de Base sur l'Extension

Nom Unofficial Alakazam Online Academy Formatter Unofficial Alakazam Online Academy Formatter
ID nahlnlagnmgdcfepoaaddfbnmhnnadog
URL Officiel https://chromewebstore.google.com/detail/unofficial-alakazam-onlin/nahlnlagnmgdcfepoaaddfbnmhnnadog
Description Formats the academy page into a more accessible format with timestamps and extras - updated to work with the latest academy
Taille du Fichier 68.93 KB
Nombre d'Installations 49
Version Actuelle 3.0
Dernière Mise à Jour 2018-11-29
Date de Publication 2018-11-29
Évaluation 5.00/5 Total 4 Évaluations
Développeur Dan Ives
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}