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™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Free Software Utilities, και η κύρια λειτουργία του είναι "You can view the number of thumbs up vs thumbs down button that video has before deciding whether to watch the video.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Ratings Preview for Youtube™

Λήψη αρχείων επέκτασης Ratings Preview for Youtube™ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    ]
}