Youtube Mastery Suite

Youtube Mastery Suite by Ninja2T

什么是Youtube Mastery Suite?

Youtube Mastery Suite是由Ninja2T开发的Chrome扩展程序,该扩展的主要功能是“Youtube Mastery Suite by Ninja2T”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Youtube Mastery Suite扩展crx文件

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

扩展使用说明

                        Youtube Mastery Suite - Công cụ đa chức năng dành riêng cho nền tảng Youtube với các chức năng chính như sau:

1. Bỏ Qua Quảng cáo Một Cách Dễ Dàng

2. Tra Cứu Thông Tin Video Hàng Loạt

3. Theo Dõi Xu Hướng Với Chức Năng Tra Cứu Video Trending

4. Chế Độ Xem Tinh Giản Để Tập Trung Tối Đa

5. Khôi Phục Bộ Đếm Nút Dislike                    

扩展基本信息

名称 Youtube Mastery Suite Youtube Mastery Suite
ID lhckeficejpkffnhpogibdhnmkfemijp
官方URL https://chromewebstore.google.com/detail/youtube-mastery-suite/lhckeficejpkffnhpogibdhnmkfemijp
简介 Youtube Mastery Suite by Ninja2T
文件大小 8.7 MB
安装次数 1,449
当前版本 1.0.0
更新时间 2023-10-26
上架时间 2023-10-26
评分 5.00/5 共4次评分
开发者 Ninja2T
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "name": "Youtube Mastery Suite",
    "version": "1.0.0",
    "manifest_version": 3,
    "description": "Youtube Mastery Suite by Ninja2T",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "NINJA2T",
    "icons": {
        "16": "img\/icon\/16.png",
        "32": "img\/icon\/32.png",
        "48": "img\/icon\/48.png",
        "96": "img\/icon\/96.png",
        "128": "img\/icon\/128.png",
        "256": "img\/icon\/256.png",
        "512": "img\/icon\/512.png"
    },
    "permissions": [
        "*:\/\/*.youtube.com\/*",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_icon": {
            "16": "img\/icon\/16.png",
            "32": "img\/icon\/32.png",
            "48": "img\/icon\/48.png",
            "96": "img\/icon\/96.png",
            "128": "img\/icon\/128.png",
            "256": "img\/icon\/256.png",
            "512": "img\/icon\/512.png"
        },
        "default_title": "Youtube Mastery Suite",
        "default_popup": "dashboard\/start.html"
    },
    "homepage_url": "https:\/\/t.me\/ninja2T",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "css\/youtube.css"
            ],
            "js": [
                "js\/modules\/youtube.js"
            ]
        }
    ]
}