newLEGACYinc

Official browser extension of newLEGACYinc!

Wat is newLEGACYinc?

newLEGACYinc is een Chrome-extensie ontwikkeld door newLEGACYinc, en de belangrijkste functie is "Official browser extension of newLEGACYinc!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie newLEGACYinc

Download newLEGACYinc-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam newLEGACYinc newLEGACYinc
ID phmfghceoibmdlhbjhgpedkimpnibmea
Officiële URL https://chromewebstore.google.com/detail/newlegacyinc/phmfghceoibmdlhbjhgpedkimpnibmea
Beschrijving Official browser extension of newLEGACYinc!
Bestandsgrootte 18.2 MB
Aantal Installaties 130
Huidige Versie 0.4.3
Laatst Bijgewerkt 2022-10-10
Publicatiedatum 2022-04-07
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar newLEGACYinc
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://newlegacyinc.tv/
Ondersteunde Talen 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": [
        ""
    ]
}