caption blocker

caption blocker 是一个简易字幕遮挡工具,快捷键 ctrl+B 新增遮挡,双击移除已生成的遮挡。

Qu'est-ce que caption blocker ?

caption blocker est une extension Chrome développée par ssshooterx, et sa fonction principale est "caption blocker 是一个简易字幕遮挡工具,快捷键 ctrl+B 新增遮挡,双击移除已生成的遮挡。".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension caption blocker

Téléchargez les fichiers d'extension caption blocker 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

                        A tool used to block caption, which is usable for language learning.

Only use for bilibili for now.                    

Informations de Base sur l'Extension

Nom caption blocker caption blocker
ID lmlghajihoiclkkdkhekaglphhkdmgfa
URL Officiel https://chromewebstore.google.com/detail/caption-blocker/lmlghajihoiclkkdkhekaglphhkdmgfa
Description caption blocker 是一个简易字幕遮挡工具,快捷键 ctrl+B 新增遮挡,双击移除已生成的遮挡。
Taille du Fichier 26.81 KB
Nombre d'Installations 121
Version Actuelle 1.1
Dernière Mise à Jour 2022-07-25
Date de Publication 2022-07-18
Évaluation 3.50/5 Total 2 Évaluations
Développeur ssshooterx
Email [email protected]
Type de Paiement free
Langues Prises en Charge zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "caption blocker",
    "version": "1.1",
    "description": "caption blocker \u662f\u4e00\u4e2a\u7b80\u6613\u5b57\u5e55\u906e\u6321\u5de5\u5177\uff0c\u5feb\u6377\u952e ctrl+B \u65b0\u589e\u906e\u6321\uff0c\u53cc\u51fb\u79fb\u9664\u5df2\u751f\u6210\u7684\u906e\u6321\u3002",
    "author": "ssshooter",
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.bilibili.com\/*"
            ],
            "js": [
                "index.js"
            ],
            "css": [
                "index.css"
            ]
        }
    ]
}