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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}