WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
YouTube Stats Viewer - Likes, Dislikes & Engagement

YouTube Stats Viewer - Likes, Dislikes & Engagement

View on Chrome Web Store
View YouTube Stats Viewer - Likes, Dislikes & Engagement Chrome Extension on Chrome Web Store
Add to bookmarks
4.9 (11 ratings)
2 new ratings
11 views
This extension has been viewed 11 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.

Get detailed YouTube video metrics including likes, dislikes, view ratios, and engagement.
Type
Extension
Users
1,000 users
21
Website rovelin.com
hrit*********************
View author page of hrit*********************
Published
Published on November 14, 2024
Version 1.0.1
Manifest version
3
Updated
Updated on February 16, 2025
lifestyle/fun
Extension Category
Website
Visit developer website
View on Chrome Web Store
View YouTube Stats Viewer - Likes, Dislikes & Engagement 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_extensionName__",
    "version": "1.0.1",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16x.png",
            "48": "icons\/icon48x.png",
            "128": "icons\/icon128x.png"
        }
    },
    "icons": {
        "16": "icons\/icon16x.png",
        "48": "icons\/icon48x.png",
        "128": "icons\/icon128x.png"
    }
}
© 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