ViewNew

ViewNew automatically randomizes all YouTube views. Freely explore new videos without comparing and contrasting popularity.

什么是ViewNew?

ViewNew是由Caroline Hermans开发的Chrome扩展程序,该扩展的主要功能是“ViewNew automatically randomizes all YouTube views. Freely explore new videos without comparing and contrasting popularity.”。

扩展截图

screenshot
screenshot

下载ViewNew扩展crx文件

下载ViewNew扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Do you find yourself selecting YouTube videos based on view count? "This one only has 40 views? Can't be very good then." This mindset hinders the discovery of interesting new content.

Introducing ViewNew, a Chrome extension that automatically randomizes all YouTube views and like counts. No longer will you be a slave to popular opinion. Each video on the page is assigned a random view count between 100 million and 1 billion. The like counts are randomized as well. Freely click on the videos you think are interesting without having to compare and contrast popularity.

You'll know you're being lied to, but at least YouTube will be more fun.                    

扩展基本信息

名称 ViewNew ViewNew
ID nhgeahfkdaljoaebbjleeadajbjpencj
官方URL https://chromewebstore.google.com/detail/viewnew/nhgeahfkdaljoaebbjleeadajbjpencj
简介 ViewNew automatically randomizes all YouTube views. Freely explore new videos without comparing and contrasting popularity.
文件大小 12.06 KB
安装次数 389
当前版本 0.0.0.1
更新时间 2017-03-29
上架时间 2017-03-28
评分 3.27/5 共11次评分
开发者 Caroline Hermans
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ViewNew",
    "description": "ViewNew automatically randomizes all YouTube views. Freely explore new videos without comparing and contrasting popularity.",
    "version": "0.0.0.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}