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 |
| Eメール | [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\/"
]
}
]
} | |