YouTube No Scroll For Details

Just remove the scroll for details from YouTube.

Wat is YouTube No Scroll For Details?

YouTube No Scroll For Details is een Chrome-extensie ontwikkeld door Hempe, en de belangrijkste functie is "Just remove the scroll for details from YouTube.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie YouTube No Scroll For Details

Download YouTube No Scroll For Details-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Chrome extension to just remove the "scroll for details" feature from YouTube.                    

Basisinformatie over de Extensie

Naam YouTube No Scroll For Details YouTube No Scroll For Details
ID hfkjahglikjilgkjofapdkdboikoobfg
Officiële URL https://chromewebstore.google.com/detail/youtube-no-scroll-for-det/hfkjahglikjilgkjofapdkdboikoobfg
Beschrijving Just remove the scroll for details from YouTube.
Bestandsgrootte 41.41 KB
Aantal Installaties 2,794
Huidige Versie 1.5
Laatst Bijgewerkt 2022-10-25
Publicatiedatum 2020-06-01
Beoordeling 4.81/5 Totaal 53 Beoordelingen
Ontwikkelaar Hempe
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/hempe/youtubeNoScrollForDetails
URL van de Privacybeleid Pagina https://github.com/hempe/ctrlZoom/blob/master/privacy-policy.md
Ondersteunde Talen 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"
        }
    }
}