newLEGACYinc
Official Chrome extension of newLEGACYinc!
什么是newLEGACYinc?
newLEGACYinc是由scowalt开发的Chrome扩展程序,该扩展的主要功能是“Official Chrome extension of newLEGACYinc!”。
扩展截图
下载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]
扩展基本信息
名称 | |
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" ] } |