Youtube views to likes

Percentage of views to likes in youtube

What is Youtube views to likes?

Youtube views to likes is a Chrome extension developed by Unknown, and its main feature is "Percentage of views to likes in youtube".

Extension Screenshots

screenshot

Download Youtube views to likes Extension CRX File

Download Youtube views to likes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extensions will add to the side of the Like Count, a percentage of how many likes the video have per views in percentage.                    

Extension Basic Information

Name Youtube views to likes Youtube views to likes
ID mpeeomopiogbgfgboeclndgdacciclmo
Official URL https://chromewebstore.google.com/detail/youtube-views-to-likes/mpeeomopiogbgfgboeclndgdacciclmo
Description Percentage of views to likes in youtube
File Size 3.96 KB
Installation Count 11
Current Version 1.1
Last Updated 2021-11-24
Publish Date 2021-11-13
Rating 2.00/5 Total 4 Ratings
Developer Unknown
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "vtl.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "name": "Youtube views to likes",
    "description": "Percentage of views to likes in youtube",
    "version": "1.1",
    "manifest_version": 3
}