Youtube Mastery Suite
Youtube Mastery Suite by Ninja2T
What is Youtube Mastery Suite?
Youtube Mastery Suite is a Chrome extension developed by Ninja2T, and its main feature is "Youtube Mastery Suite by Ninja2T".
Extension Screenshots
Download Youtube Mastery Suite Extension CRX File
Download Youtube Mastery Suite extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Youtube Mastery Suite |
ID | lhckeficejpkffnhpogibdhnmkfemijp |
Official URL | https://chromewebstore.google.com/detail/youtube-mastery-suite/lhckeficejpkffnhpogibdhnmkfemijp |
Description | Youtube Mastery Suite by Ninja2T |
File Size | 8.7 MB |
Installation Count | 1,449 |
Current Version | 1.0.0 |
Last Updated | 2023-10-26 |
Publish Date | 2023-10-26 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Ninja2T |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |