FiniteScroller for YouTube
Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system.
什么是FiniteScroller for YouTube?
FiniteScroller for YouTube是由Josh Thomas开发的Chrome扩展程序,该扩展的主要功能是“Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system.”。
扩展截图
下载FiniteScroller for YouTube扩展crx文件
下载FiniteScroller for YouTube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple, lightweight Chrome extension that removes the infinite scrolling of the Youtube homepage, and replaces it with the former page system (rather than infinite content loading, you have to click "next").
I built this as I waste a lot of time scrolling down through the Youtube homepage - reverting back to pages ensures that I waste a lot less time each day.
If you have any issues, reach out to me at: [email protected]
Cheers!
Josh 扩展基本信息
| 名称 | |
| ID | kegkkfafbnhjegacodknmiinnhfbelmp |
| 官方URL | https://chromewebstore.google.com/detail/finitescroller-for-youtub/kegkkfafbnhjegacodknmiinnhfbelmp |
| 简介 | Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system. |
| 文件大小 | 7.17 KB |
| 安装次数 | 27 |
| 当前版本 | 1.3.10 |
| 更新时间 | 2021-09-15 |
| 上架时间 | 2021-09-07 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Josh Thomas |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "FiniteScroller for YouTube",
"version": "1.3.10",
"description": "Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system.",
"content_scripts": [
{
"css": [
"styles.css"
],
"js": [
"content.js"
],
"matches": [
"https:\/\/www.youtube.com\/"
]
}
]
} | |