Ratings Preview for Youtube™

You can view the number of thumbs up vs thumbs down button that video has before deciding whether to watch the video.

Ratings Preview for Youtube™란 무엇입니까?

Ratings Preview for Youtube™은(는) Free Software Utilities에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You can view the number of thumbs up vs thumbs down button that video has before deciding whether to watch the video."입니다.

확장 프로그램 스크린샷

screenshot

Ratings Preview for Youtube™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Want to view the ratings of a Youtube video before you click on the Youtube link? You can view the number of thumbs up vs thumbs down button that video has before deciding whether to watch the video.

Your time is valuable and our software Ratings Preview for Youtube™ allows us to help you find videos which have a 90%+ / 95% thumbs up criteria. Filter through the videos in Youtube using thumbs up/ thumbs down to determine whether these videos are worth your valuable time. To begin using our software, do the following

Install the software Ratings Preview for Youtube™
On Youtube.com, move your mouse button over the Youtube videos thumbnail
The number of thumbs up/ thumbs down should show up

This is a very simple tool to use and hopefully it can save some time in your life by skipping bad Youtube videos.

Disclaimer: Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners.
Google doesn’t endorse or sponsor this Chrome extension. Ratings Preview for Youtube™ is not owned by, is not licensed by and is not a subsidiary of Google Inc.                    

확장 프로그램 기본 정보

이름 Ratings Preview for Youtube™ Ratings Preview for Youtube™
ID dnfkohggeblomedpjpbgobeiekhgebba
공식 URL https://chrome.google.com/webstore/detail/ratings-preview-for-youtu/dnfkohggeblomedpjpbgobeiekhgebba
설명 You can view the number of thumbs up vs thumbs down button that video has before deciding whether to watch the video.
파일 크기 140 KB
설치 횟수 891
현재 버전 1.0.4
최근 업데이트 2020-12-13
출시 날짜 2020-03-31
평점 2.35/5 총 26 개의 평점
개발자 Free Software Utilities
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://save-photos.freebusinessapps.net/privacy-policy
지원되는 언어 id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_application_title__",
    "version": "1.0.4",
    "container": [
        "GOOGLE_DRIVE"
    ],
    "default_locale": "en",
    "description": "__MSG_application_description__",
    "icons": {
        "96": "icon-96.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Ratings Preview for Youtube\u2122",
        "default_popup": "options-popup.html"
    },
    "background": {
        "scripts": [
            "background.js",
            "\/js\/update.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "content-style.css"
            ],
            "js": [
                "libraries\/jquery-3.3.1.min.js",
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/*.youtube.com\/*",
        "storage"
    ]
}