newLEGACYinc
Official Chrome extension of newLEGACYinc!
Apa itu newLEGACYinc?
newLEGACYinc adalah ekstensi Chrome yang dikembangkan oleh scowalt, dan fitur utamanya adalah "Official Chrome extension of newLEGACYinc!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi newLEGACYinc
Unduh file ekstensi newLEGACYinc dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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]
Informasi Dasar Ekstensi
Nama | |
ID | ejmobeklchnhloamlgdaklmcebhfboab |
URL Resmi | https://chrome.google.com/webstore/detail/newlegacyinc/ejmobeklchnhloamlgdaklmcebhfboab |
Deskripsi | Official Chrome extension of newLEGACYinc! |
Ukuran File | 204 KB |
Jumlah Instalasi | 624 |
Versi Saat Ini | 0.3.7 |
Terakhir Diperbarui | 2017-07-08 |
Tanggal Publikasi | 2017-07-08 |
Penilaian | 4.96/5 Total 56 Penilaian |
Pengembang | scowalt |
Tipe Pembayaran | free |
Situs Ekstensi | http://scowalt.com |
Bahasa yang Didukung | 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" ] } |