Fix Youtube Date Bug
The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug
什么是Fix Youtube Date Bug?
Fix Youtube Date Bug是由joseguilhermefmoura开发的Chrome扩展程序,该扩展的主要功能是“The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug”。
扩展截图
下载Fix Youtube Date Bug扩展crx文件
下载Fix Youtube Date Bug扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
If you are having troubles with YouTube showing you the upload date of some videos you should totally try this extension. 扩展基本信息
| 名称 | |
| ID | ndolkhbfggdofgfeenlppkffjfgmcppe |
| 官方URL | https://chromewebstore.google.com/detail/fix-youtube-date-bug/ndolkhbfggdofgfeenlppkffjfgmcppe |
| 简介 | The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug |
| 文件大小 | 3.69 KB |
| 安装次数 | 268 |
| 当前版本 | 1.1.0 |
| 更新时间 | 2021-10-25 |
| 上架时间 | 2021-10-25 |
| 评分 | 4.00/5 共4次评分 |
| 开发者 | joseguilhermefmoura |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/joseguilherme-dev/Fix-Youtube-Date-Bug |
| 帮助页面URL | https://github.com/joseguilherme-dev/Fix-Youtube-Date-Bug |
| 支持的语言 | pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Fix Youtube Date Bug",
"version": "1.1.0",
"description": "The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com\/joseguilherme-dev\/Fix-Youtube-Date-Bug",
"content_scripts": [
{
"js": [
"script.js"
],
"matches": [
"https:\/\/www.youtube.com\/*"
]
}
]
} | |