newLEGACYinc

Official browser extension of newLEGACYinc!

What is newLEGACYinc?

newLEGACYinc is a Chrome extension developed by newLEGACYinc, and its main feature is "Official browser extension of newLEGACYinc!".

Extension Screenshots

screenshot

Download newLEGACYinc Extension CRX File

Download newLEGACYinc extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name newLEGACYinc newLEGACYinc
ID phmfghceoibmdlhbjhgpedkimpnibmea
Official URL https://chromewebstore.google.com/detail/newlegacyinc/phmfghceoibmdlhbjhgpedkimpnibmea
Description Official browser extension of newLEGACYinc!
File Size 18.2 MB
Installation Count 130
Current Version 0.4.3
Last Updated 2022-10-10
Publish Date 2022-04-07
Rating 5.00/5 Total 2 Ratings
Developer newLEGACYinc
Email [email protected]
Payment Type free
Extension Website https://newlegacyinc.tv/
Supported Languages 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": [
        ""
    ]
}