YouTube No Scroll For Details
Just remove the scroll for details from YouTube.
What is YouTube No Scroll For Details?
YouTube No Scroll For Details is a Chrome extension developed by Hempe, and its main feature is "Just remove the scroll for details from YouTube.".
Extension Screenshots
Download YouTube No Scroll For Details Extension CRX File
Download YouTube No Scroll For Details extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Chrome extension to just remove the "scroll for details" feature from YouTube.
Extension Basic Information
Name | YouTube No Scroll For Details |
ID | hfkjahglikjilgkjofapdkdboikoobfg |
Official URL | https://chromewebstore.google.com/detail/youtube-no-scroll-for-det/hfkjahglikjilgkjofapdkdboikoobfg |
Description | Just remove the scroll for details from YouTube. |
File Size | 41.41 KB |
Installation Count | 2,794 |
Current Version | 1.5 |
Last Updated | 2022-10-25 |
Publish Date | 2020-06-01 |
Rating | 4.81/5 Total 53 Ratings |
Developer | Hempe |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/hempe/youtubeNoScrollForDetails |
Privacy Policy Page URL | https://github.com/hempe/ctrlZoom/blob/master/privacy-policy.md |
Supported Languages | 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" } } } |