newLEGACYinc
Official Chrome extension of newLEGACYinc!
newLEGACYincคืออะไร?
newLEGACYinc เป็นส่วนขยายของ Chrome ที่พัฒนาโดย scowalt และคุณลักษณะหลักของมันคือ "Official Chrome extension of newLEGACYinc!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย newLEGACYinc
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |