B站视频加速
加速B站视频播放速度,很快滴~~~
What is B站视频加速?
B站视频加速 is a Chrome extension developed by HelloWorld, and its main feature is "加速B站视频播放速度,很快滴~~~".
Extension Screenshots
Download B站视频加速 Extension CRX File
Download B站视频加速 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
这是一个可以加速B站视频播放速度的插件 为什么要做这个扩展? 由于B站播放器速度最快只有2x,写了这个插件。 它的用途: 最快到4x倍速播放 需要注意: 开发的时候,尝试测试了10x倍速和100x倍速,但是最后B站限制到了4x。 您可以使用其他扩展,解除这个限制。 这个扩展是基于倍速选项进行开发的。
Extension Basic Information
Name | B站视频加速 |
ID | bafpamoambgfonlompfahchphghplnnk |
Official URL | https://chromewebstore.google.com/detail/b%E7%AB%99%E8%A7%86%E9%A2%91%E5%8A%A0%E9%80%9F/bafpamoambgfonlompfahchphghplnnk |
Description | 加速B站视频播放速度,很快滴~~~ |
File Size | 31.22 KB |
Installation Count | 2,000 |
Current Version | 0.2.1 |
Last Updated | 2023-11-07 |
Publish Date | 2022-08-08 |
Rating | 4.83/5 Total 18 Ratings |
Developer | HelloWorld |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://code4you.dev/privacy.html |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "B\u7ad9\u89c6\u9891\u52a0\u901f", "description": "\u52a0\u901fB\u7ad9\u89c6\u9891\u64ad\u653e\u901f\u5ea6\uff0c\u5f88\u5feb\u6ef4~~~", "version": "0.2.1", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "96": "icon\/96.png", "128": "icon\/128.png" }, "permissions": [ "tabs" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/bilibili.tv\/*", "*:\/\/www.bilibili.com\/*" ], "js": [ "content-scripts\/content.js" ] } ] } |