newLEGACYinc

Official browser extension of newLEGACYinc!

newLEGACYincคืออะไร?

newLEGACYinc เป็นส่วนขยายของ Chrome ที่พัฒนาโดย newLEGACYinc และคุณลักษณะหลักของมันคือ "Official browser extension of newLEGACYinc!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ newLEGACYinc newLEGACYinc
ID phmfghceoibmdlhbjhgpedkimpnibmea
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/newlegacyinc/phmfghceoibmdlhbjhgpedkimpnibmea
คำอธิบาย Official browser extension of newLEGACYinc!
ขนาดไฟล์ 18.2 MB
จำนวนการติดตั้ง 130
เวอร์ชันปัจจุบัน 0.4.3
อัปเดตครั้งล่าสุด 2022-10-10
วันที่เผยแพร่ 2022-04-07
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา newLEGACYinc
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://newlegacyinc.tv/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "newLEGACYinc",
    "description": "Official browser extension of newLEGACYinc!",
    "version": "0.4.3",
    "author": "newLEGACYinc",
    "icons": {
        "96": "img\/newLEGACYinc.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/youtube_notification.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "options_page": "options.html",
    "permissions": [
        "alarms",
        "background",
        "notifications",
        "storage",
        "tabs"
    ],
    "action": {
        "default_icon": "img\/newLEGACYinc_38.png",
        "default_title": "newLEGACYinc",
        "default_popup": "popup.html"
    },
    "content_security_policy": [],
    "host_permissions": [
        ""
    ]
}