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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Grey Vision 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        "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 Grey Vision
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"
            ]
        }
    ]
}