YouTube No Scroll For Details

Just remove the scroll for details from YouTube.

Vad är YouTube No Scroll For Details?

YouTube No Scroll For Details är en Chrome-tillägg utvecklad av Hempe, och dess huvudfunktion är "Just remove the scroll for details from YouTube.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner YouTube No Scroll For Details-förlängningens CRX-fil

Ladda ner YouTube No Scroll For Details-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn YouTube No Scroll For Details YouTube No Scroll For Details
ID hfkjahglikjilgkjofapdkdboikoobfg
Officiell webbadress https://chromewebstore.google.com/detail/youtube-no-scroll-for-det/hfkjahglikjilgkjofapdkdboikoobfg
Beskrivning Just remove the scroll for details from YouTube.
Filstorlek 41.41 KB
Antal Installationer 2,794
Aktuell Version 1.5
Senast Uppdaterad 2022-10-25
Publiceringsdatum 2020-06-01
Betyg 4.81/5 Totalt 53 Betyg
Utvecklare Hempe
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/hempe/youtubeNoScrollForDetails
URL till Sekretesspolicy Sidan https://github.com/hempe/ctrlZoom/blob/master/privacy-policy.md
Stödda Språk 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"
        }
    }
}