YouTube viewer

Keep tracking your favorite youtube channels with less hassle

什么是YouTube viewer?

YouTube viewer是由AXeL-dev开发的Chrome扩展程序,该扩展的主要功能是“Keep tracking your favorite youtube channels with less hassle”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载YouTube viewer扩展crx文件

下载YouTube viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        YouTube channels tracking made easy                    

扩展基本信息

名称 YouTube viewer YouTube viewer
ID lmcpajkgakbmgbjfmgomhpmmpfaadpdp
官方URL https://chromewebstore.google.com/detail/youtube-viewer/lmcpajkgakbmgbjfmgomhpmmpfaadpdp
简介 Keep tracking your favorite youtube channels with less hassle
文件大小 1.65 MB
安装次数 139
当前版本 1.4.5
更新时间 2022-11-12
上架时间 2021-10-02
开发者 AXeL-dev
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/AXeL-dev/youtube-viewer
帮助页面URL https://github.com/AXeL-dev/youtube-viewer/issues
支持的语言 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"
    ]
}