No more shorts

Removes shorts and shorts section from your youtube feed. No more distractions/doom scrooling.

什么是No more shorts?

No more shorts是由kakke开发的Chrome扩展程序,该扩展的主要功能是“Removes shorts and shorts section from your youtube feed. No more distractions/doom scrooling.”。

扩展截图

screenshot
screenshot
screenshot

下载No more shorts扩展crx文件

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

扩展使用说明

                        The extension is in alpha, check out the code on my github.                    

扩展基本信息

名称 No more shorts No more shorts
ID cdgiehpicfibgnnekjipimaabanbdagh
官方URL https://chromewebstore.google.com/detail/no-more-shorts/cdgiehpicfibgnnekjipimaabanbdagh
简介 Removes shorts and shorts section from your youtube feed. No more distractions/doom scrooling.
文件大小 11.53 KB
安装次数 280
当前版本 0.0.0.6
更新时间 2023-01-02
上架时间 2022-12-27
评分 5.00/5 共8次评分
开发者 kakke
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/albertbayazidi/no_more_shorts
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "all_frames": true,
            "js": [
                "remove_html.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3,
    "name": "No more shorts",
    "version": "0.0.0.6",
    "description": "Removes shorts and shorts section from your youtube feed. No more distractions\/doom scrooling.",
    "icons": {
        "128": "img.png"
    }
}