newLEGACYinc
Official Chrome extension of newLEGACYinc!
¿Qué es newLEGACYinc?
newLEGACYinc es una extensión de Chrome desarrollada por scowalt, y su función principal es "Official Chrome extension of newLEGACYinc!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión newLEGACYinc
Descarga archivos de extensión newLEGACYinc en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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]
Información Básica de la Extensión
Nombre | |
ID | ejmobeklchnhloamlgdaklmcebhfboab |
URL Oficial | https://chrome.google.com/webstore/detail/newlegacyinc/ejmobeklchnhloamlgdaklmcebhfboab |
Descripción | Official Chrome extension of newLEGACYinc! |
Tamaño del Archivo | 204 KB |
Cantidad de Instalaciones | 624 |
Versión Actual | 0.3.7 |
Última Actualización | 2017-07-08 |
Fecha de Publicación | 2017-07-08 |
Calificación | 4.96/5 Total de 56 Calificaciones |
Desarrollador | scowalt |
Tipo de Pago | free |
Sitio Web de la Extensión | http://scowalt.com |
Idiomas Soportados | 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" ] } |