newLEGACYinc

Official browser extension of newLEGACYinc!

什麼是newLEGACYinc?

newLEGACYinc是由newLEGACYinc開發的Chrome擴展程式,該擴展的主要功能是“Official browser extension of newLEGACYinc!”。

擴展截圖

screenshot

下載newLEGACYinc擴展crx文件

下載newLEGACYinc擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 newLEGACYinc newLEGACYinc
ID phmfghceoibmdlhbjhgpedkimpnibmea
官方網址 https://chromewebstore.google.com/detail/newlegacyinc/phmfghceoibmdlhbjhgpedkimpnibmea
簡介 Official browser extension of newLEGACYinc!
檔案大小 18.2 MB
安裝次數 130
目前版本 0.4.3
更新時間 2022-10-10
上架時間 2022-04-07
評分 5.00/5 共 2 次評分
開發者 newLEGACYinc
電子郵箱 [email protected]
付費類型 free
擴展官網 https://newlegacyinc.tv/
支援的語言 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": [
        ""
    ]
}