YouTube No Scroll For Details
Just remove the scroll for details from YouTube.
Was ist YouTube No Scroll For Details?
YouTube No Scroll For Details ist eine Chrome-Erweiterung, die von Hempe entwickelt wurde, und ihr Hauptmerkmal ist "Just remove the scroll for details from YouTube.".
Erweiterungsscreenshots
YouTube No Scroll For Details-Erweiterungs-CRX-Datei herunterladen
Laden Sie YouTube No Scroll For Details-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Chrome extension to just remove the "scroll for details" feature from YouTube. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hfkjahglikjilgkjofapdkdboikoobfg |
| Offizielle URL | https://chromewebstore.google.com/detail/youtube-no-scroll-for-det/hfkjahglikjilgkjofapdkdboikoobfg |
| Beschreibung | Just remove the scroll for details from YouTube. |
| Dateigröße | 41.41 KB |
| Installationsanzahl | 2,794 |
| Aktuelle Version | 1.5 |
| Letztes Update | 2022-10-25 |
| Veröffentlichungsdatum | 2020-06-01 |
| Bewertung | 4.81/5 Insgesamt 53 Bewertungen |
| Entwickler | Hempe |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/hempe/youtubeNoScrollForDetails |
| URL der Datenschutzrichtlinien-Seite | https://github.com/hempe/ctrlZoom/blob/master/privacy-policy.md |
| Unterstützte Sprachen | 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"
}
}
} | |