Grey Vision

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

Grey Vision là gì?

Grey Vision là một tiện ích mở rộng Chrome được phát triển bởi tomlumperson, và tính năng chính của nó là "Removes all views, likes, and subscription numbers from youtube for a cleaner experience without pre-judgements.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Grey Vision

Tải xuống các tệp mở rộng Grey Vision dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        "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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Grey Vision Grey Vision
ID hdcepbbfoejnadjkimklmifiglmncnib
URL Chính Thức https://chromewebstore.google.com/detail/grey-vision/hdcepbbfoejnadjkimklmifiglmncnib
Mô tả Removes all views, likes, and subscription numbers from youtube for a cleaner experience without pre-judgements.
Kích Thước Tệp 17.58 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 1.1.4
Cập Nhật Lần Cuối 2018-11-13
Ngày Phát Hành 2018-11-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển tomlumperson
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.tomlum.com/greyvision
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}