WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Ratings Preview for Youtube™

Ratings Preview for Youtube™

View on Chrome Web Store
View Ratings Preview for Youtube™ Chrome Extension on Chrome Web Store
Add to bookmarks
3.0 (12 ratings)
1 new ratings
33 views
This extension has been viewed 33 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

You can view the number of thumbs up vs thumbs down button that video has before deciding whether to watch the video.
Type
Extension
Users
885 users
10
Cool Apps
View author page of Cool Apps
Published
Published on April 19, 2020
Version 3.0.1
Manifest version
3
Updated
Updated on June 8, 2023
productivity/workflow
Extension Category
View on Chrome Web Store
View Ratings Preview for Youtube™ Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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\/"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top