YouTube: No Shorts, No Community, No Nonsense
Disables different sections for a more enjoyable experience.
什么是YouTube: No Shorts, No Community, No Nonsense?
YouTube: No Shorts, No Community, No Nonsense是由Oh Thomas开发的Chrome扩展程序,该扩展的主要功能是“Disables different sections for a more enjoyable experience.”。
扩展截图
下载YouTube: No Shorts, No Community, No Nonsense扩展crx文件
下载YouTube: No Shorts, No Community, No Nonsense扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Choose which sections you'd like to block from loading to save your sanity from the gobble-de-gook they attract. Don't let unwanted content take up your time and space. Source code: https://github.com/OhThomas/YouTube-No-Shorts-No-Community-No-Nonsense
扩展基本信息
名称 | YouTube: No Shorts, No Community, No Nonsense |
ID | ailbpknjjkdokgecbhhdcmgponjnkaon |
官方URL | https://chromewebstore.google.com/detail/youtube-no-shorts-no-comm/ailbpknjjkdokgecbhhdcmgponjnkaon |
简介 | Disables different sections for a more enjoyable experience. |
文件大小 | 35.86 KB |
安装次数 | 39 |
当前版本 | 0.6660 |
更新时间 | 2023-11-01 |
上架时间 | 2023-10-07 |
开发者 | Oh Thomas |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/OhThomas/YouTube-No-Shorts-No-Community-No-Nonsense |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube: No Shorts, No Community, No Nonsense", "description": "Disables different sections for a more enjoyable experience.", "version": "0.6660", "author": "Oh Thomas", "action": { "default_popup": ".\/dsc.html", "default_icon": { "16": ".\/images\/dsc16halloween.png", "32": ".\/images\/dsc32halloween.png", "48": ".\/images\/dsc48halloween.png", "64": ".\/images\/dsc64halloween.png", "96": ".\/images\/dsc96halloween.png", "128": ".\/images\/dsc128halloween.png" } }, "icons": { "16": ".\/images\/dsc16halloween.png", "32": ".\/images\/dsc32halloween.png", "64": ".\/images\/dsc64halloween.png", "96": ".\/images\/dsc96halloween.png", "128": ".\/images\/dsc128halloween.png" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_start", "js": [ ".\/dsc.js" ], "css": [ ".\/dsc.css" ] } ] } |