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
O que é Unofficial Alakazam Online Academy Formatter?
Unofficial Alakazam Online Academy Formatter é uma extensão do Chrome desenvolvida por Dan Ives, e sua principal característica é "Formats the academy page into a more accessible format with timestamps and extras - updated to work with the latest academy".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Unofficial Alakazam Online Academy Formatter
Baixe arquivos de extensão Unofficial Alakazam Online Academy Formatter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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 :)
Informações Básicas da Extensão
Nome | Unofficial Alakazam Online Academy Formatter |
ID | nahlnlagnmgdcfepoaaddfbnmhnnadog |
URL Oficial | https://chromewebstore.google.com/detail/unofficial-alakazam-onlin/nahlnlagnmgdcfepoaaddfbnmhnnadog |
Descrição | Formats the academy page into a more accessible format with timestamps and extras - updated to work with the latest academy |
Tamanho do Arquivo | 68.93 KB |
Contagem de Instalações | 49 |
Versão Atual | 3.0 |
Última Atualização | 2018-11-29 |
Data de Publicação | 2018-11-29 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | Dan Ives |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |