newLEGACYinc

Official browser extension of newLEGACYinc!

Was ist newLEGACYinc?

newLEGACYinc ist eine Chrome-Erweiterung, die von newLEGACYinc entwickelt wurde, und ihr Hauptmerkmal ist "Official browser extension of newLEGACYinc!".

Erweiterungsscreenshots

screenshot

newLEGACYinc-Erweiterungs-CRX-Datei herunterladen

Laden Sie newLEGACYinc-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name newLEGACYinc newLEGACYinc
ID phmfghceoibmdlhbjhgpedkimpnibmea
Offizielle URL https://chromewebstore.google.com/detail/newlegacyinc/phmfghceoibmdlhbjhgpedkimpnibmea
Beschreibung Official browser extension of newLEGACYinc!
Dateigröße 18.2 MB
Installationsanzahl 130
Aktuelle Version 0.4.3
Letztes Update 2022-10-10
Veröffentlichungsdatum 2022-04-07
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler newLEGACYinc
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://newlegacyinc.tv/
Unterstützte Sprachen 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": [
        ""
    ]
}