Youtube Mastery Suite
Youtube Mastery Suite by Ninja2T
Hvad er Youtube Mastery Suite?
Youtube Mastery Suite er en Chrome-udvidelse udviklet af Ninja2T, og dens hovedfunktion er "Youtube Mastery Suite by Ninja2T".
Udvidelsesskærmbilleder
Download Youtube Mastery Suite-udvidelses-CRX-fil
Download Youtube Mastery Suite-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Youtube Mastery Suite |
ID | lhckeficejpkffnhpogibdhnmkfemijp |
Officiel URL | https://chromewebstore.google.com/detail/youtube-mastery-suite/lhckeficejpkffnhpogibdhnmkfemijp |
Beskrivelse | Youtube Mastery Suite by Ninja2T |
Filstørrelse | 8.7 MB |
Antal Installationer | 1,449 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2023-10-26 |
Udgivelsesdato | 2023-10-26 |
Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
Udvikler | Ninja2T |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |