Cyclops - Hide YouTube numbers

Extension to hide YouTube numbers

What is Cyclops - Hide YouTube numbers?

Cyclops - Hide YouTube numbers is a Chrome extension developed by Rodrigo Cava, and its main feature is "Extension to hide YouTube numbers".

Extension Screenshots

screenshot
screenshot

Download Cyclops - Hide YouTube numbers Extension CRX File

Download Cyclops - Hide YouTube numbers 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

                        Hide all YouTube numbers!

Have a better experience of watching YouTube by choosing based on content rather than popularity.

Feel free to like and enjoy the content regardless of how many people liked, disliked or commented.                    

Extension Basic Information

Name Cyclops - Hide YouTube numbers Cyclops - Hide YouTube numbers
ID jaipkdcbjjkmmnhioljfohaiiajdikmp
Official URL https://chromewebstore.google.com/detail/cyclops-hide-youtube-numb/jaipkdcbjjkmmnhioljfohaiiajdikmp
Description Extension to hide YouTube numbers
File Size 18.8 KB
Installation Count 161
Current Version 1.0
Last Updated 2018-09-16
Publish Date 2018-09-16
Rating 4.20/5 Total 5 Ratings
Developer Rodrigo Cava
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cyclops - Hide YouTube numbers",
    "description": "Extension to hide YouTube numbers",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icons\/hide_logo.png",
        "default_popup": "index.html",
        "default_title": "Hide YouTube numbers!"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/youtube.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.youtube.com\/*",
        "*:\/\/youtube.com\/*"
    ]
}