Grey Vision

Removes all views, likes, and subscription numbers from youtube for a cleaner experience without pre-judgements.

Что такое Grey Vision?

Grey Vision - это расширение Chrome, разработанное tomlumperson, и его основная функция - "Removes all views, likes, and subscription numbers from youtube for a cleaner experience without pre-judgements.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Grey Vision

Скачайте файлы расширений 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 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"
            ]
        }
    ]
}