newLEGACYinc

Official browser extension of newLEGACYinc!

Cos'è newLEGACYinc?

newLEGACYinc è un'estensione di Chrome sviluppata da newLEGACYinc, e la sua funzione principale è "Official browser 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.                    

Informazioni di Base sull'Estensione

Nome newLEGACYinc newLEGACYinc
ID phmfghceoibmdlhbjhgpedkimpnibmea
URL Ufficiale https://chromewebstore.google.com/detail/newlegacyinc/phmfghceoibmdlhbjhgpedkimpnibmea
Descrizione Official browser extension of newLEGACYinc!
Dimensione del File 18.2 MB
Conteggio Installazioni 130
Versione Corrente 0.4.3
Ultimo Aggiornamento 2022-10-10
Data di Pubblicazione 2022-04-07
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore newLEGACYinc
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://newlegacyinc.tv/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "newLEGACYinc",
    "description": "Official browser extension of newLEGACYinc!",
    "version": "0.4.3",
    "author": "newLEGACYinc",
    "icons": {
        "96": "img\/newLEGACYinc.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/youtube_notification.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "options_page": "options.html",
    "permissions": [
        "alarms",
        "background",
        "notifications",
        "storage",
        "tabs"
    ],
    "action": {
        "default_icon": "img\/newLEGACYinc_38.png",
        "default_title": "newLEGACYinc",
        "default_popup": "popup.html"
    },
    "content_security_policy": [],
    "host_permissions": [
        ""
    ]
}