Youtube Mastery Suite

Youtube Mastery Suite by Ninja2T

Cos'è Youtube Mastery Suite?

Youtube Mastery Suite è un'estensione di Chrome sviluppata da Ninja2T, e la sua funzione principale è "Youtube Mastery Suite by Ninja2T".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Youtube Mastery Suite

Scarica i file di estensione Youtube Mastery Suite in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Youtube Mastery Suite Youtube Mastery Suite
ID lhckeficejpkffnhpogibdhnmkfemijp
URL Ufficiale https://chromewebstore.google.com/detail/youtube-mastery-suite/lhckeficejpkffnhpogibdhnmkfemijp
Descrizione Youtube Mastery Suite by Ninja2T
Dimensione del File 8.7 MB
Conteggio Installazioni 1,449
Versione Corrente 1.0.0
Ultimo Aggiornamento 2023-10-26
Data di Pubblicazione 2023-10-26
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Ninja2T
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}