YouTube No Scroll For Details
Just remove the scroll for details from YouTube.
Hvad er YouTube No Scroll For Details?
YouTube No Scroll For Details er en Chrome-udvidelse udviklet af Hempe, og dens hovedfunktion er "Just remove the scroll for details from YouTube.".
Udvidelsesskærmbilleder
Download YouTube No Scroll For Details-udvidelses-CRX-fil
Download YouTube No Scroll For Details-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Chrome extension to just remove the "scroll for details" feature from YouTube. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | hfkjahglikjilgkjofapdkdboikoobfg |
| Officiel URL | https://chromewebstore.google.com/detail/youtube-no-scroll-for-det/hfkjahglikjilgkjofapdkdboikoobfg |
| Beskrivelse | Just remove the scroll for details from YouTube. |
| Filstørrelse | 41.41 KB |
| Antal Installationer | 2,794 |
| Nuværende Version | 1.5 |
| Senest Opdateret | 2022-10-25 |
| Udgivelsesdato | 2020-06-01 |
| Bedømmelse | 4.81/5 Samlet 53 Bedømmelser |
| Udvikler | Hempe |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/hempe/youtubeNoScrollForDetails |
| URL til Fortrolighedspolitik Side | https://github.com/hempe/ctrlZoom/blob/master/privacy-policy.md |
| Understøttede Sprog | 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"
}
}
} | |