newLEGACYinc

Official Chrome extension of newLEGACYinc!

newLEGACYinc là gì?

newLEGACYinc là một tiện ích mở rộng Chrome được phát triển bởi scowalt, và tính năng chính của nó là "Official Chrome 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.

View changelog here: https://github.com/scowalt/newLEGACYinc-chrome#changelog
View source code here: https://github.com/scowalt/newLEGACYinc-chrome
Send comments/bugs/suggestions to @scowalt or [email protected]                    

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

Tên newLEGACYinc newLEGACYinc
ID ejmobeklchnhloamlgdaklmcebhfboab
URL Chính Thức https://chrome.google.com/webstore/detail/newlegacyinc/ejmobeklchnhloamlgdaklmcebhfboab
Mô tả Official Chrome extension of newLEGACYinc!
Kích Thước Tệp 204 KB
Số Lần Cài Đặt 624
Phiên Bản Hiện Tại 0.3.7
Cập Nhật Lần Cuối 2017-07-08
Ngày Phát Hành 2017-07-08
Đánh Giá 4.96/5 Tổng số 56 Đánh Giá
Nhà Phát Triển scowalt
Loại Thanh Toán free
Trang Web Mở Rộng http://scowalt.com
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "newLEGACYinc",
    "description": "Official Chrome extension of newLEGACYinc!",
    "version": "0.3.7",
    "author": "scowalt",
    "icons": {
        "96": "img\/newLEGACYinc.png"
    },
    "web_accessible_resources": [
        "img\/youtube_notification.png"
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/newLEGACYinc_38.png",
        "default_title": "newLEGACYinc",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "alarms",
        "background",
        "notifications",
        "storage",
        "tabs",
        "https:\/\/api.twitch.tv\/",
        "http:\/\/gdata.youtube.com\/",
        "http:\/\/api.hitbox.tv\/media"
    ]
}