YouTube No Scroll For Details

Just remove the scroll for details from YouTube.

YouTube No Scroll For Details là gì?

YouTube No Scroll For Details là một tiện ích mở rộng Chrome được phát triển bởi Hempe, và tính năng chính của nó là "Just remove the scroll for details from YouTube.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouTube No Scroll For Details

Tải xuống các tệp mở rộng YouTube No Scroll For Details 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

                        Chrome extension to just remove the "scroll for details" feature from YouTube.                    

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

Tên YouTube No Scroll For Details YouTube No Scroll For Details
ID hfkjahglikjilgkjofapdkdboikoobfg
URL Chính Thức https://chromewebstore.google.com/detail/youtube-no-scroll-for-det/hfkjahglikjilgkjofapdkdboikoobfg
Mô tả Just remove the scroll for details from YouTube.
Kích Thước Tệp 41.41 KB
Số Lần Cài Đặt 2,794
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2022-10-25
Ngày Phát Hành 2020-06-01
Đánh Giá 4.81/5 Tổng số 53 Đánh Giá
Nhà Phát Triển Hempe
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/hempe/youtubeNoScrollForDetails
URL Trang Chính Sách Bảo Mật https://github.com/hempe/ctrlZoom/blob/master/privacy-policy.md
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube No Scroll For Details",
    "version": "1.5",
    "description": "Just remove the scroll for details from YouTube.",
    "homepage_url": "https:\/\/github.com\/hempe\/youtubeNoScrollForDetails",
    "author": "hempe",
    "short_name": "youtubeNoScrollForDetails",
    "manifest_version": 3,
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "css\/contentScript.css"
            ],
            "js": [
                "js\/contentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        }
    }
}