YouTube Endcard Controller
Hide or show endcards on YouTube
什么是YouTube Endcard Controller?
YouTube Endcard Controller是由schmidlidev开发的Chrome扩展程序,该扩展的主要功能是“Hide or show endcards on YouTube”。
扩展截图
下载YouTube Endcard Controller扩展crx文件
下载YouTube Endcard Controller扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Features
* Toggle between showing and hiding intrusive YouTube Endcards.
* Control is integrated seamlessly into the YouTube video player settings.
* No annoying badge icon on your browser like other extensions.
* Current selection is remembered across sessions and even across devices. 扩展基本信息
| 名称 | |
| ID | dhcmfnihepmjalbfgelbfoecmmjjbinh |
| 官方URL | https://chromewebstore.google.com/detail/youtube-endcard-controlle/dhcmfnihepmjalbfgelbfoecmmjjbinh |
| 简介 | Hide or show endcards on YouTube |
| 文件大小 | 4.73 KB |
| 安装次数 | 523 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2020-12-06 |
| 上架时间 | 2020-12-02 |
| 评分 | 5.00/5 共6次评分 |
| 开发者 | schmidlidev |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "YouTube Endcard Controller",
"version": "1.0.0",
"description": "Hide or show endcards on YouTube",
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"content.js"
]
}
],
"icons": {
"128": "icon128.png"
}
} | |