Dance Monkey 扒舞猴子🎵
B站舞蹈区扒舞神器~做一只快乐的Dance Monkey吧!
Dance Monkey 扒舞猴子🎵 là gì?
Dance Monkey 扒舞猴子🎵 là một tiện ích mở rộng Chrome được phát triển bởi vita2333_瓶子, và tính năng chính của nó là "B站舞蹈区扒舞神器~做一只快乐的Dance Monkey吧!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Dance Monkey 扒舞猴子🎵
Tải xuống các tệp mở rộng Dance Monkey 扒舞猴子🎵 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
控制Bilibili.com的视频播放,提供方便的视频切割、变速,方便学习舞蹈的用户。
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Dance Monkey 扒舞猴子🎵 |
ID | oamlibafikajhgjengenjiflpccpodaa |
URL Chính Thức | https://chromewebstore.google.com/detail/dance-monkey-%E6%89%92%E8%88%9E%E7%8C%B4%E5%AD%90%F0%9F%8E%B5/oamlibafikajhgjengenjiflpccpodaa |
Mô tả | B站舞蹈区扒舞神器~做一只快乐的Dance Monkey吧! |
Kích Thước Tệp | 785 KB |
Số Lần Cài Đặt | 29 |
Phiên Bản Hiện Tại | 1.0.9 |
Cập Nhật Lần Cuối | 2020-06-28 |
Ngày Phát Hành | 2020-06-28 |
Nhà Phát Triển | vita2333_瓶子 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/vita2333/BilibiliDanceMonkey |
URL Trang Trợ Giúp | https://github.com/vita2333/BilibiliDanceMonkey |
Ngôn Ngữ Được Hỗ Trợ | 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\/" } |