newLEGACYinc

Official Chrome extension of newLEGACYinc!

Cos'è newLEGACYinc?

newLEGACYinc è un'estensione di Chrome sviluppata da scowalt, e la sua funzione principale è "Official Chrome extension of newLEGACYinc!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione newLEGACYinc

Scarica i file di estensione newLEGACYinc in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome newLEGACYinc newLEGACYinc
ID ejmobeklchnhloamlgdaklmcebhfboab
URL Ufficiale https://chrome.google.com/webstore/detail/newlegacyinc/ejmobeklchnhloamlgdaklmcebhfboab
Descrizione Official Chrome extension of newLEGACYinc!
Dimensione del File 204 KB
Conteggio Installazioni 624
Versione Corrente 0.3.7
Ultimo Aggiornamento 2017-07-08
Data di Pubblicazione 2017-07-08
Valutazione 4.96/5 Totale 56 Valutazioni
Sviluppatore scowalt
Tipo di Pagamento free
Sito Web dell'Estensione http://scowalt.com
Lingue Supportate 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"
    ]
}