YouTube viewer

Keep tracking your favorite youtube channels with less hassle

YouTube viewer là gì?

YouTube viewer là một tiện ích mở rộng Chrome được phát triển bởi AXeL-dev, và tính năng chính của nó là "Keep tracking your favorite youtube channels with less hassle".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouTube viewer

Tải xuống các tệp mở rộng YouTube viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        YouTube channels tracking made easy                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YouTube viewer YouTube viewer
ID lmcpajkgakbmgbjfmgomhpmmpfaadpdp
URL Chính Thức https://chromewebstore.google.com/detail/youtube-viewer/lmcpajkgakbmgbjfmgomhpmmpfaadpdp
Mô tả Keep tracking your favorite youtube channels with less hassle
Kích Thước Tệp 1.65 MB
Số Lần Cài Đặt 139
Phiên Bản Hiện Tại 1.4.5
Cập Nhật Lần Cuối 2022-11-12
Ngày Phát Hành 2021-10-02
Nhà Phát Triển AXeL-dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/AXeL-dev/youtube-viewer
URL Trang Trợ Giúp https://github.com/AXeL-dev/youtube-viewer/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}