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 | 
| Eメール | [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"
            ]
        }
    ]
} | |