ViewNew

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

ViewNewคืออะไร?

ViewNew เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Caroline Hermans และคุณลักษณะหลักของมันคือ "ViewNew automatically randomizes all YouTube views. Freely explore new videos without comparing and contrasting popularity."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ViewNew

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}