BiliDownCast

Enable ChromeCast on BiliDown.com

BiliDownCastคืออะไร?

BiliDownCast เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vinsonlu และคุณลักษณะหลักของมันคือ "Enable ChromeCast on BiliDown.com"

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

screenshot

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

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

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

                        替换BiliDown默认播放器,让BiliDown可以在ChromeCast上播放视频及弹幕。                    

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

ชื่อ BiliDownCast BiliDownCast
ID lemhbecoofnlbmnmlhhgloghogioebek
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bilidowncast/lemhbecoofnlbmnmlhhgloghogioebek
คำอธิบาย Enable ChromeCast on BiliDown.com
ขนาดไฟล์ 747 KB
จำนวนการติดตั้ง 217
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2014-02-09
วันที่เผยแพร่ 2014-02-08
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา vinsonlu
ประเภทการชำระเงิน free
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BiliDownCast",
    "version": "0.2",
    "manifest_version": 2,
    "description": "Enable ChromeCast on BiliDown.com",
    "short_name": "BiliDownCast",
    "author": "VinsonLu",
    "minimum_chrome_version": "32",
    "permissions": [
        "http:\/\/*.bilidown.tv\/*",
        "https:\/\/*.bilidown.tv\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.bilidown.tv\/*",
                "https:\/\/*.bilidown.tv\/*"
            ],
            "js": [
                "BiliDownCast_addon.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "BiliDownCast.js",
        "CastVideos.js",
        "css\/CastVideos.css",
        "imagefiles\/header_bg-top.png",
        "imagefiles\/header_bg.png",
        "imagefiles\/footer_bg.png",
        "imagefiles\/logo.png",
        "imagefiles\/play.png",
        "imagefiles\/play-hover.png",
        "imagefiles\/play-press.png",
        "imagefiles\/pause.png",
        "imagefiles\/pause-hover.png",
        "imagefiles\/timeline_bg_progress.png",
        "imagefiles\/timeline_indicator.png",
        "imagefiles\/timeline_bg_track.png",
        "imagefiles\/ic_media_route_on_custom.png",
        "imagefiles\/ic_media_route_off_custom.png",
        "imagefiles\/audio_off.png",
        "imagefiles\/audio_on.png",
        "imagefiles\/audio_bg.png",
        "imagefiles\/audio_bg_track.png",
        "imagefiles\/audio_indicator.png",
        "imagefiles\/audio_bg_level.png",
        "imagefiles\/fullscreen_expand.png",
        "imagefiles\/fullscreen_collapse.png"
    ],
    "icons": {
        "128": "BiliDownCast_icon_128.png"
    }
}