YouTube No Scroll For Details

Just remove the scroll for details from YouTube.

什么是YouTube No Scroll For Details?

YouTube No Scroll For Details是由Hempe开发的Chrome扩展程序,该扩展的主要功能是“Just remove the scroll for details from YouTube.”。

扩展截图

screenshot
screenshot

下载YouTube No Scroll For Details扩展crx文件

下载YouTube No Scroll For Details扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 YouTube No Scroll For Details YouTube No Scroll For Details
ID hfkjahglikjilgkjofapdkdboikoobfg
官方URL https://chromewebstore.google.com/detail/youtube-no-scroll-for-det/hfkjahglikjilgkjofapdkdboikoobfg
简介 Just remove the scroll for details from YouTube.
文件大小 41.41 KB
安装次数 2,794
当前版本 1.5
更新时间 2022-10-25
上架时间 2020-06-01
评分 4.81/5 共53次评分
开发者 Hempe
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/hempe/youtubeNoScrollForDetails
隐私政策页面URL https://github.com/hempe/ctrlZoom/blob/master/privacy-policy.md
支持的语言 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"
        }
    }
}