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
官方網址 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"
    }
}