Grey Vision
Removes all views, likes, and subscription numbers from youtube for a cleaner experience without pre-judgements.
什么是Grey Vision?
Grey Vision是由tomlumperson开发的Chrome扩展程序,该扩展的主要功能是“Removes all views, likes, and subscription numbers from youtube for a cleaner experience without pre-judgements.”。
扩展截图
下载Grey Vision扩展crx文件
下载Grey Vision扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
"I don't think there's any disagreement that Netflix would be worse if they had view numbers next to all of the shows, it causes you to prejudge... [With Youtube] you can't come to it just as a thing to be consumed and taken on its own" - CGP Grey, Hello Internet Podcast #109
Inspired by CGP Grey & Brady Haran
Created by www.TomLum.com 扩展基本信息
| 名称 | |
| ID | hdcepbbfoejnadjkimklmifiglmncnib |
| 官方URL | https://chromewebstore.google.com/detail/grey-vision/hdcepbbfoejnadjkimklmifiglmncnib |
| 简介 | Removes all views, likes, and subscription numbers from youtube for a cleaner experience without pre-judgements. |
| 文件大小 | 17.58 KB |
| 安装次数 | 17 |
| 当前版本 | 1.1.4 |
| 更新时间 | 2018-11-13 |
| 上架时间 | 2018-11-12 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | tomlumperson |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.tomlum.com/greyvision |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Grey Vision",
"version": "1.1.4",
"manifest_version": 2,
"description": "Removes all views, likes, and subscription numbers from youtube for a cleaner experience without pre-judgements.",
"homepage_url": "http:\/\/www.TomLum.com\/greyvision",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"page_action": {
"default_icon": "icons\/icon128.png",
"default_title": "Grey Vision",
"default_popup": "src\/page_action\/page_action.html"
},
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"https:\/\/www.youtube.com\/*"
],
"css": [
"src\/inject\/injectYoutube.css"
]
}
]
} | |