B站视频加速

加速B站视频播放速度,很快滴~~~

Qu'est-ce que B站视频加速 ?

B站视频加速 est une extension Chrome développée par HelloWorld, et sa fonction principale est "加速B站视频播放速度,很快滴~~~".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension B站视频加速

Téléchargez les fichiers d'extension B站视频加速 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        这是一个可以加速B站视频播放速度的插件

为什么要做这个扩展?
由于B站播放器速度最快只有2x,写了这个插件。

它的用途:
最快到4x倍速播放

需要注意:
开发的时候,尝试测试了10x倍速和100x倍速,但是最后B站限制到了4x。
您可以使用其他扩展,解除这个限制。
这个扩展是基于倍速选项进行开发的。                    

Informations de Base sur l'Extension

Nom B站视频加速 B站视频加速
ID bafpamoambgfonlompfahchphghplnnk
URL Officiel https://chromewebstore.google.com/detail/b%E7%AB%99%E8%A7%86%E9%A2%91%E5%8A%A0%E9%80%9F/bafpamoambgfonlompfahchphghplnnk
Description 加速B站视频播放速度,很快滴~~~
Taille du Fichier 31.22 KB
Nombre d'Installations 2,000
Version Actuelle 0.2.1
Dernière Mise à Jour 2023-11-07
Date de Publication 2022-08-08
Évaluation 4.83/5 Total 18 Évaluations
Développeur HelloWorld
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://code4you.dev/privacy.html
Langues Prises en Charge 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"
            ]
        }
    ]
}