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 ที่พัฒนาโดย Cool Apps และคุณลักษณะหลักของมันคือ "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 อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Rating bar over video thumbnail in YouTube shows the number of likes and dislikes a video has before you click through to the video. Save time and just watch the best rated Youtube videos
once you have installed our software extension!

Rating preview for Youtube shows likes and dislikes under every video to allow you choosing the best video from all the videos in the Youtube Search results. Use Youtube more productively without having to waste time to find out which videos are great content.

Rating preview for Youtube allows you to view the video likes/dislikes just by looking the bar under every video thumbnail. Save your time by watching only high rated Youtube video according to YouTube data API.

It’s very easy to get confused with so many Youtube videos available nowadays. With Rating preview for Youtube you can save time and ensure you only watch the best videos.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ratings Preview for Youtube™ Ratings Preview for Youtube™
ID chfgpcfhfngoaligpdbnhcbijhdheeba
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ratings-preview-for-youtu/chfgpcfhfngoaligpdbnhcbijhdheeba
คำอธิบาย You can view the number of thumbs up vs thumbs down button that video has before deciding whether to watch the video.
ขนาดไฟล์ 178 KB
จำนวนการติดตั้ง 901
เวอร์ชันปัจจุบัน 3.0.1
อัปเดตครั้งล่าสุด 2023-06-08
วันที่เผยแพร่ 2020-04-21
คะแนน 2.82/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา Cool Apps
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://audio-editor.freeonlineapps.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,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "version": "3.0.1",
    "container": [
        "GOOGLE_DRIVE"
    ],
    "default_locale": "en",
    "offline_enabled": true,
    "icons": {
        "96": "\/img\/icon-96.png",
        "128": "\/img\/icon-128.png"
    },
    "action": {
        "default_icon": "\/img\/icon-128.png",
        "default_title": "__MSG_application_title__",
        "default_popup": "\/ui\/popup.html"
    },
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "\/css\/content-style.css"
            ],
            "js": [
                "\/libraries\/jquery-3.3.1.min.js",
                "\/js\/content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.returnyoutubedislikeapi.com\/*"
    ],
    "homepage_url": "https:\/\/ratings-preview.freeonlineapps.net\/"
}