Naho Live

Pour suivre les lives de Naho !

Naho Liveคืออะไร?

Naho Live เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BentoMatt_dev และคุณลักษณะหลักของมันคือ "Pour suivre les lives de Naho !"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Naho Live

ดาวน์โหลดไฟล์ส่วนขยาย Naho Live ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Extension pour suivre les lives de Naho (twitch). 

Permet d'être alerté lorsque le live est en direct. Une notification (cliquable) s'affiche alors, avec le titre du stream, et l'icône de l'extension se colore en orange.
De plus, l'icône de l'extension est elle aussi cliquable, et ouvre un nouvel onglet vers le live.

Développé par BentoMatt_Dev.                    

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

ชื่อ Naho Live Naho Live
ID hfodnndadmkkfdhlendoladlnlifcllg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/naho-live/hfodnndadmkkfdhlendoladlnlifcllg
คำอธิบาย Pour suivre les lives de Naho !
ขนาดไฟล์ 579 KB
จำนวนการติดตั้ง 69
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2017-05-07
วันที่เผยแพร่ 2017-05-07
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา BentoMatt_dev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ fr
manifest.json
{
    "background": {
        "scripts": [
            "onlinetest.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo_main_128on.png"
    },
    "name": "Naho Live",
    "version": "1.0.1",
    "description": "Pour suivre les lives de Naho !",
    "icons": {
        "128": "logo_main_128on.png",
        "48": "logo_main_48on.png",
        "32": "logo_main_32on.png"
    },
    "manifest_version": 2,
    "permissions": [
        "https:\/\/www.twitch.tv\/nahomay",
        "https:\/\/api.twitch.tv\/",
        "notifications"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}