YouTube viewer

Keep tracking your favorite youtube channels with less hassle

What is YouTube viewer?

YouTube viewer is a Chrome extension developed by AXeL-dev, and its main feature is "Keep tracking your favorite youtube channels with less hassle".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download YouTube viewer Extension CRX File

Download YouTube viewer 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

                        YouTube channels tracking made easy                    

Extension Basic Information

Name YouTube viewer YouTube viewer
ID lmcpajkgakbmgbjfmgomhpmmpfaadpdp
Official URL https://chromewebstore.google.com/detail/youtube-viewer/lmcpajkgakbmgbjfmgomhpmmpfaadpdp
Description Keep tracking your favorite youtube channels with less hassle
File Size 1.65 MB
Installation Count 139
Current Version 1.4.5
Last Updated 2022-11-12
Publish Date 2021-10-02
Developer AXeL-dev
Email [email protected]
Payment Type free
Extension Website https://github.com/AXeL-dev/youtube-viewer
Help Page URL https://github.com/AXeL-dev/youtube-viewer/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "1.4.5",
    "default_locale": "en",
    "description": "__MSG_extensionDesc__",
    "icons": {
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "web_accessible_resources": [
        "icons\/*.png",
        "listener.js"
    ],
    "browser_action": {
        "default_icon": "icons\/128.png"
    },
    "options_ui": {
        "page": "index.html#settings",
        "open_in_tab": true
    },
    "background": {
        "page": "index.html#background"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "static\/js\/browser-polyfill.min.js",
                "content.js"
            ]
        }
    ],
    "author": "AXeL-dev",
    "homepage_url": "https:\/\/github.com\/AXeL-dev\/youtube-viewer",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/ https:\/\/www.youtube.com\/ https:\/\/s.ytimg.com; object-src 'self'; child-src https:\/\/www.youtube.com\/ https:\/\/s.ytimg.com",
    "permissions": [
        "storage",
        "notifications",
        "tabs",
        "contextMenus"
    ]
}