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
Eメール [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"
    }
}