Shorts Blocker YouTube 2024

Block all shorts on YouTube 2024

Shorts Blocker YouTube 2024 là gì?

Shorts Blocker YouTube 2024 là một tiện ích mở rộng Chrome được phát triển bởi zakirullahkhan6269, và tính năng chính của nó là "Block all shorts on YouTube 2024".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Shorts Blocker YouTube 2024

Tải xuống các tệp mở rộng Shorts Blocker YouTube 2024 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Download the Extension! 
(Follow all Steps to work properly)
* Click on the Extension icon
* Turn "ON" the Extension  !! (1st Step)
* Open YouTube (If not open) !! (2nd Step)
* After Turn "ON/OFF" extension reload the page.
* Enjoy Free Shorts YouTube
In case any problem occur or not working properly  Press (CTRL+R ) to reload the page.
"The use of the YouTube(TM) name or trademark is for  identification, reference or 
   descriptive purposes only and does not imply any association with YouTube(TM)  or 
   their product brand".                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Shorts Blocker YouTube 2024 Shorts Blocker YouTube 2024
ID enhhhdkalfimnhhliifcnphjnlgbdlgb
URL Chính Thức https://chromewebstore.google.com/detail/shorts-blocker-youtube-20/enhhhdkalfimnhhliifcnphjnlgbdlgb
Mô tả Block all shorts on YouTube 2024
Kích Thước Tệp 6.41 MB
Số Lần Cài Đặt 132
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2024-02-16
Ngày Phát Hành 2023-08-10
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển zakirullahkhan6269
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shorts Blocker YouTube 2024",
    "short_name": "SBYT",
    "version": "1.4",
    "manifest_version": 3,
    "description": "Block all shorts on YouTube 2024",
    "icons": {
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "action": {
        "default_icon": "icons\/128.png",
        "default_title": "SBYT",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "\/style.css",
                "css\/jquery-confirm.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/sweetAlert.min.js",
                "js\/jquery-confirm.js",
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    }
}