Dance Monkey 扒舞猴子🎵

B站舞蹈区扒舞神器~做一只快乐的Dance Monkey吧!

Dance Monkey 扒舞猴子🎵คืออะไร?

Dance Monkey 扒舞猴子🎵 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vita2333_瓶子 และคุณลักษณะหลักของมันคือ "B站舞蹈区扒舞神器~做一只快乐的Dance Monkey吧!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dance Monkey 扒舞猴子🎵

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

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

                        控制Bilibili.com的视频播放,提供方便的视频切割、变速,方便学习舞蹈的用户。                    

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

ชื่อ Dance Monkey 扒舞猴子🎵 Dance Monkey 扒舞猴子🎵
ID oamlibafikajhgjengenjiflpccpodaa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dance-monkey-%E6%89%92%E8%88%9E%E7%8C%B4%E5%AD%90%F0%9F%8E%B5/oamlibafikajhgjengenjiflpccpodaa
คำอธิบาย B站舞蹈区扒舞神器~做一只快乐的Dance Monkey吧!
ขนาดไฟล์ 785 KB
จำนวนการติดตั้ง 29
เวอร์ชันปัจจุบัน 1.0.9
อัปเดตครั้งล่าสุด 2020-06-28
วันที่เผยแพร่ 2020-06-28
ผู้พัฒนา vita2333_瓶子
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/vita2333/BilibiliDanceMonkey
URL หน้าช่วยเหลือ https://github.com/vita2333/BilibiliDanceMonkey
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dance Monkey \u6252\u821e\u7334\u5b50\ud83c\udfb5",
    "description": "B\u7ad9\u821e\u8e48\u533a\u6252\u821e\u795e\u5668~\u505a\u4e00\u53ea\u5feb\u4e50\u7684Dance Monkey\u5427!",
    "version": "1.0.9",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png",
        "144": "icons\/icon_144.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/*.bilibili.com\/*"
    ],
    "page_action": {
        "default_icon": "icons\/icon_48.png",
        "default_title": "Dance Monkey \u6252\u821e\u7334\u5b50\u97f3\u4e50",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.bilibili.com\/bangumi\/play\/ss*",
                "*:\/\/*.bilibili.com\/bangumi\/play\/ep*",
                "*:\/\/*.bilibili.com\/video\/av*",
                "*:\/\/*.bilibili.com\/video\/bv*",
                "*:\/\/*.bilibili.com\/video\/BV*",
                "*:\/\/www.bilibili.com\/watchlater\/*",
                "*:\/\/www.bilibili.com\/medialist\/*",
                "*:\/\/www.bilibili.com\/blackboard\/*",
                "*:\/\/www.bilibili.com\/*",
                "*:\/\/*.bilibili.com\/*"
            ],
            "js": [
                "content-script\/content-script.js"
            ],
            "css": [
                "content-script\/content-script.css"
            ],
            "run_at": "document_start"
        }
    ],
    "commands": {
        "faster": {
            "suggested_key": {
                "default": "Ctrl+Shift+Up"
            },
            "description": "\u5feb0.1\u500d\u901f"
        },
        "slower": {
            "suggested_key": {
                "default": "Ctrl+Shift+Down"
            },
            "description": "\u61620.1\u500d\u901f"
        },
        "last": {
            "suggested_key": {
                "default": "Alt+Shift+Up"
            },
            "description": "\u4e0a\u4e00\u4e2a\u7247\u6bb5"
        },
        "next": {
            "suggested_key": {
                "default": "Alt+Shift+Down"
            },
            "description": "\u4e0b\u4e00\u4e2a\u7247\u6bb5"
        }
    },
    "web_accessible_resources": [
        "assets\/*",
        "fonts\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "homepage_url": "https:\/\/www.bilibili.com\/"
}