caption blocker
caption blocker 是一个简易字幕遮挡工具,快捷键 ctrl+B 新增遮挡,双击移除已生成的遮挡。
Wat is caption blocker?
caption blocker is een Chrome-extensie ontwikkeld door ssshooterx, en de belangrijkste functie is "caption blocker 是一个简易字幕遮挡工具,快捷键 ctrl+B 新增遮挡,双击移除已生成的遮挡。".
Extensie Screenshots
Download het CRX-bestand van de extensie caption blocker
Download caption blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A tool used to block caption, which is usable for language learning.
Only use for bilibili for now. Basisinformatie over de Extensie
| Naam | |
| ID | lmlghajihoiclkkdkhekaglphhkdmgfa |
| Officiële URL | https://chromewebstore.google.com/detail/caption-blocker/lmlghajihoiclkkdkhekaglphhkdmgfa |
| Beschrijving | caption blocker 是一个简易字幕遮挡工具,快捷键 ctrl+B 新增遮挡,双击移除已生成的遮挡。 |
| Bestandsgrootte | 26.81 KB |
| Aantal Installaties | 121 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2022-07-25 |
| Publicatiedatum | 2022-07-18 |
| Beoordeling | 3.50/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | ssshooterx |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |