kukuluLIVE Notification for Chrome

kukuluLIVE の放送開始をお知らせします。

kukuluLIVE Notification for Chromeคืออะไร?

kukuluLIVE Notification for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://aquapal.net และคุณลักษณะหลักของมันคือ "kukuluLIVE の放送開始をお知らせします。"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย kukuluLIVE Notification for Chrome

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

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

                        kukuluLIVE で「お気に入り配信者」に追加している配信者が放送をはじめた場合、
ポップアップでお知らせします。

- アイコンバッジによって現在配信中の「お気に入り配信者」の人数を簡単に知ることができます。
- アイコンを右クリックするとオプションが開けます。

kukuluLIVE
https://live.erinn.biz/

---
Chromeが間もなくすべての拡張機能に移行を強制する予定の「Manifest V3」へ移行した関係で、V2で従来利用できた機能の一部(サウンド通知や合成音声など)が利用できなくなりました。ご了承ください。                    

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

ชื่อ kukuluLIVE Notification for Chrome kukuluLIVE Notification for Chrome
ID glpfbblmpdepemlhgaliablcdacehlgo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kukululive-notification-f/glpfbblmpdepemlhgaliablcdacehlgo
คำอธิบาย kukuluLIVE の放送開始をお知らせします。
ขนาดไฟล์ 26.7 KB
จำนวนการติดตั้ง 883
เวอร์ชันปัจจุบัน 3.1.0
อัปเดตครั้งล่าสุด 2023-07-21
วันที่เผยแพร่ 2019-06-24
คะแนน 4.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://aquapal.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://live.erinn.biz/
URL หน้าช่วยเหลือ https://magical.kuku.lu/page.contact.php
URL หน้านโยบายความเป็นส่วนตัว https://aquapal.net/rule.php
ภาษาที่รองรับ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "kukuluLIVE Notification for Chrome",
    "version": "3.1.0",
    "manifest_version": 3,
    "description": "kukuluLIVE \u306e\u653e\u9001\u958b\u59cb\u3092\u304a\u77e5\u3089\u305b\u3057\u307e\u3059\u3002",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.erinn.biz\/live.mypage.php*"
            ],
            "all_frames": false,
            "js": [
                "disable_webpush.js"
            ]
        }
    ],
    "action": {
        "default_title": "kukuluLIVE Notification for Chrome",
        "default_icon": "img\/icon48.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "32": "img\/icon32.png"
    },
    "permissions": [
        "background",
        "notifications",
        "webRequest",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.erinn.biz\/"
    ]
}