Distraction Free BiliBili
去掉一些b站的干扰,少被干扰分心。(仅适用于旧版界面)
Hvad er Distraction Free BiliBili?
Distraction Free BiliBili er en Chrome-udvidelse udviklet af ffzz2210, og dens hovedfunktion er "去掉一些b站的干扰,少被干扰分心。(仅适用于旧版界面)".
Udvidelsesskærmbilleder
Download Distraction Free BiliBili-udvidelses-CRX-fil
Download Distraction Free BiliBili-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
本扩展程序受DF Youtube启发,chrome web store也有人做了一个,但本人用过后觉得有待改良。
*本扩展程序仅适用于旧版界面,请在b站左边边框确认在新版还是旧版。
扩展程序包括以下功能:
去推荐功能:首页推荐,搜索框推荐,视频完播后推荐,动态直播以及动态热评
去评论功能:动态内评论和视频内评论
在这个注意力被抢夺的时代希望大家能做到:
"有意识地去做,做有意义的事。"
0.0.0.2 恢复了“稍后观看”的正常显示
0.0.0.3 适用于了B站的新界面 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | eepacnmlodamkenlalnhibjgjmhnfnim |
| Officiel URL | https://chromewebstore.google.com/detail/distraction-free-bilibili/eepacnmlodamkenlalnhibjgjmhnfnim |
| Beskrivelse | 去掉一些b站的干扰,少被干扰分心。(仅适用于旧版界面) |
| Filstørrelse | 124 KB |
| Antal Installationer | 33 |
| Nuværende Version | 0.0.0.3 |
| Senest Opdateret | 2023-07-16 |
| Udgivelsesdato | 2023-01-28 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | ffzz2210 |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Distraction Free BiliBili",
"description": "\u53bb\u6389\u4e00\u4e9bb\u7ad9\u7684\u5e72\u6270\uff0c\u5c11\u88ab\u5e72\u6270\u5206\u5fc3\u3002\uff08\u4ec5\u9002\u7528\u4e8e\u65e7\u7248\u754c\u9762\uff09",
"version": "0.0.0.3",
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/t.bilibili.com\/*",
"*:\/\/www.bilibili.com\/*",
"*:\/\/space.bilibili.com\/*",
"*:\/\/search.bilibili.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
}
},
"permissions": [
"scripting",
"activeTab",
"storage",
"tabs"
],
"host_permissions": [
"*:\/\/t.bilibili.com\/*",
"*:\/\/www.bilibili.com\/*",
"*:\/\/space.bilibili.com\/*",
"*:\/\/search.bilibili.com\/*"
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+U",
"mac": "Command+U"
}
}
}
} | |