newLEGACYinc

Official browser extension of newLEGACYinc!

newLEGACYinc là gì?

newLEGACYinc là một tiện ích mở rộng Chrome được phát triển bởi newLEGACYinc, và tính năng chính của nó là "Official browser extension of newLEGACYinc!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng newLEGACYinc

Tải xuống các tệp mở rộng newLEGACYinc dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên newLEGACYinc newLEGACYinc
ID phmfghceoibmdlhbjhgpedkimpnibmea
URL Chính Thức https://chromewebstore.google.com/detail/newlegacyinc/phmfghceoibmdlhbjhgpedkimpnibmea
Mô tả Official browser extension of newLEGACYinc!
Kích Thước Tệp 18.2 MB
Số Lần Cài Đặt 130
Phiên Bản Hiện Tại 0.4.3
Cập Nhật Lần Cuối 2022-10-10
Ngày Phát Hành 2022-04-07
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển newLEGACYinc
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://newlegacyinc.tv/
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ]
}