holo-nonstop-extension

Enjoy Hololive content continuously

holo-nonstop-extensionคืออะไร?

holo-nonstop-extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย qwe19272375 และคุณลักษณะหลักของมันคือ "Enjoy Hololive content continuously"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย holo-nonstop-extension

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

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

                        Install this extension to enable tabs to watch hololive live streams without having trouble spending time to find another live stream manually.
Please refer to https://github.com/k4r1suma/holo-nonstop-extension#usage for usage                    

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

ชื่อ holo-nonstop-extension holo-nonstop-extension
ID inkmfkgkfcicnjingdpppdffmjeohppn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/holo-nonstop-extension/inkmfkgkfcicnjingdpppdffmjeohppn
คำอธิบาย Enjoy Hololive content continuously
ขนาดไฟล์ 559 KB
จำนวนการติดตั้ง 200
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2020-08-22
วันที่เผยแพร่ 2020-08-13
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา qwe19272375
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/k4r1suma/holo-nonstop-extension
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "holo-nonstop-extension",
    "author": "k4r1suma",
    "version": "0.1.1",
    "description": "Enjoy Hololive content continuously",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "16": "img\/[email protected]",
            "32": "img\/[email protected]",
            "64": "img\/[email protected]",
            "128": "img\/[email protected]"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "declarativeContent",
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "img\/[email protected]",
        "32": "img\/[email protected]",
        "64": "img\/[email protected]",
        "128": "img\/[email protected]"
    },
    "manifest_version": 2
}