Hide video duration
Hide video duration on video services to avoid spoilers
什么是Hide video duration?
Hide video duration是由https://sokolov.cc开发的Chrome扩展程序,该扩展的主要功能是“Hide video duration on video services to avoid spoilers”。
扩展截图
下载Hide video duration扩展crx文件
下载Hide video duration扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Hide the duration of YouTube videos to prevent spoiling the ending. In particular, a Let’s Play video of a rogue-like coming to an end suggests the player will make a crucial mistake soon.
With this extension a duration can be hidden at the start of a video manually, and also all videos matching a particular title can have their durations hidden automatically. 扩展基本信息
| 名称 | |
| ID | jkgpcmmhejecphgdnihjfgmdpdkhgpke |
| 官方URL | https://chromewebstore.google.com/detail/hide-video-duration/jkgpcmmhejecphgdnihjfgmdpdkhgpke |
| 简介 | Hide video duration on video services to avoid spoilers |
| 文件大小 | 1.78 MB |
| 安装次数 | 990 |
| 当前版本 | 1.0.2 |
| 更新时间 | 2022-11-21 |
| 上架时间 | 2019-03-22 |
| 评分 | 4.20/5 共15次评分 |
| 开发者 | https://sokolov.cc |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/denis-sokolov/hide-video-duration |
| 帮助页面URL | https://github.com/denis-sokolov/hide-video-duration/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extension_name__",
"version": "1.0.2",
"default_locale": "en",
"description": "__MSG_extension_description__",
"icons": {
"16": "src\/icons\/300.png",
"48": "src\/icons\/300.png",
"128": "src\/icons\/300.png"
},
"background": {
"scripts": [
"src\/page-action-rules.js",
"src\/hide-automatically.js"
],
"persistent": false
},
"page_action": {
"default_popup": "src\/toolbar\/popup.html"
},
"permissions": [
"activeTab",
"declarativeContent",
"storage"
],
"optional_permissions": [
"http:\/\/www.youtube.com\/",
"https:\/\/www.youtube.com\/"
],
"options_ui": {
"page": "src\/options\/index.html",
"chrome_style": true
}
} | |