Herp Derp for YouTube™
Significantly improves YouTube comments by replacing them with random herps and derps.
什么是Herp Derp for YouTube™?
Herp Derp for YouTube™是由https://www.tannr.com开发的Chrome扩展程序,该扩展的主要功能是“Significantly improves YouTube comments by replacing them with random herps and derps.”。
扩展截图
下载Herp Derp for YouTube™扩展crx文件
下载Herp Derp for YouTube™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
I loathe YouTube comments. Here’s a simple browser extension to convert them to ‘herp derp’. If you insist on reading the original (which is highly discouraged), click the comment. 扩展基本信息
| 名称 | |
| ID | ioomnmgjblnnolpdgdhebainmfbipjoh |
| 官方URL | https://chromewebstore.google.com/detail/herp-derp-for-youtube/ioomnmgjblnnolpdgdhebainmfbipjoh |
| 简介 | Significantly improves YouTube comments by replacing them with random herps and derps. |
| 文件大小 | 12.01 KB |
| 安装次数 | 6,546 |
| 当前版本 | 1.6.10 |
| 更新时间 | 2019-08-18 |
| 上架时间 | 2019-08-18 |
| 评分 | 4.78/5 共510次评分 |
| 开发者 | https://www.tannr.com |
| 付费类型 | free |
| 扩展官网 | https://www.tannr.com/herp-derp-youtube-comments/ |
| 帮助页面URL | https://twitter.com/tannerstokes |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Herp Derp for YouTube\u2122",
"version": "1.6.10",
"homepage_url": "https:\/\/www.tannr.com",
"description": "Significantly improves YouTube comments by replacing them with random herps and derps.",
"icons": {
"48": "herp48.png",
"128": "herp128.png"
},
"content_scripts": [
{
"run_at": "document_idle",
"all_frames": true,
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"main.js"
]
}
]
} | |