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
公式URL 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"
    ]
}