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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } } |