newLEGACYinc
Official Chrome extension of newLEGACYinc!
O que é newLEGACYinc?
newLEGACYinc é uma extensão do Chrome desenvolvida por scowalt, e sua principal característica é "Official Chrome extension of newLEGACYinc!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão newLEGACYinc
Baixe arquivos de extensão newLEGACYinc 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
Keep up-to-date with the latest nL posts and videos. Plus, be notified when newLEGACYinc is streaming! Currently provides notifications for Twitch.tv stream and latest YouTube videos. View changelog here: https://github.com/scowalt/newLEGACYinc-chrome#changelog View source code here: https://github.com/scowalt/newLEGACYinc-chrome Send comments/bugs/suggestions to @scowalt or [email protected]
Informações Básicas da Extensão
Nome | |
ID | ejmobeklchnhloamlgdaklmcebhfboab |
URL Oficial | https://chrome.google.com/webstore/detail/newlegacyinc/ejmobeklchnhloamlgdaklmcebhfboab |
Descrição | Official Chrome extension of newLEGACYinc! |
Tamanho do Arquivo | 204 KB |
Contagem de Instalações | 624 |
Versão Atual | 0.3.7 |
Última Atualização | 2017-07-08 |
Data de Publicação | 2017-07-08 |
Classificação | 4.96/5 Total de 56 Avaliações |
Desenvolvedor | scowalt |
Tipo de Pagamento | free |
Site da Extensão | http://scowalt.com |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "newLEGACYinc", "description": "Official Chrome extension of newLEGACYinc!", "version": "0.3.7", "author": "scowalt", "icons": { "96": "img\/newLEGACYinc.png" }, "web_accessible_resources": [ "img\/youtube_notification.png" ], "background": { "page": "background.html" }, "browser_action": { "default_icon": "img\/newLEGACYinc_38.png", "default_title": "newLEGACYinc", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "alarms", "background", "notifications", "storage", "tabs", "https:\/\/api.twitch.tv\/", "http:\/\/gdata.youtube.com\/", "http:\/\/api.hitbox.tv\/media" ] } |