newLEGACYinc

Official Chrome extension of newLEGACYinc!

什麼是newLEGACYinc?

newLEGACYinc是由scowalt開發的Chrome擴展程式,該擴展的主要功能是“Official Chrome 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.

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]                    

擴展基本資訊

名稱 newLEGACYinc newLEGACYinc
ID ejmobeklchnhloamlgdaklmcebhfboab
官方網址 https://chrome.google.com/webstore/detail/newlegacyinc/ejmobeklchnhloamlgdaklmcebhfboab
簡介 Official Chrome extension of newLEGACYinc!
檔案大小 204 KB
安裝次數 624
目前版本 0.3.7
更新時間 2017-07-08
上架時間 2017-07-08
評分 4.96/5 共 56 次評分
開發者 scowalt
付費類型 free
擴展官網 http://scowalt.com
支援的語言 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"
    ]
}