newLEGACYinc
Official Chrome extension of newLEGACYinc!
ما هو newLEGACYinc؟
newLEGACYinc هو إضافة Chrome تم تطويرها بواسطة scowalt، والميزة الرئيسية لها هي "Official Chrome extension of newLEGACYinc!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة newLEGACYinc
قم بتنزيل ملفات الامتداد newLEGACYinc بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |