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."입니다.
확장 프로그램 스크린샷
ViewNew 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } } |