YouTube No Scroll For Details

Just remove the scroll for details from YouTube.

Co to jest YouTube No Scroll For Details?

YouTube No Scroll For Details to rozszerzenie Chrome opracowane przez Hempe, a jego główną funkcją jest „Just remove the scroll for details from YouTube.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia YouTube No Scroll For Details

Pobierz pliki rozszerzeń YouTube No Scroll For Details w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa YouTube No Scroll For Details YouTube No Scroll For Details
ID hfkjahglikjilgkjofapdkdboikoobfg
Oficjalny URL https://chromewebstore.google.com/detail/youtube-no-scroll-for-det/hfkjahglikjilgkjofapdkdboikoobfg
Opis Just remove the scroll for details from YouTube.
Rozmiar pliku 41.41 KB
Liczba instalacji 2,794
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2022-10-25
Data Publikacji 2020-06-01
Ocena 4.81/5 Łącznie 53 Oceny
Deweloper Hempe
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/hempe/youtubeNoScrollForDetails
Adres URL Strony Polityki Prywatności https://github.com/hempe/ctrlZoom/blob/master/privacy-policy.md
Obsługiwane Języki 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"
        }
    }
}