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
擴展基本資訊
名稱 | Grey Vision |
ID | hdcepbbfoejnadjkimklmifiglmncnib |
官方網址 | 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" ] } ] } |