YT Overlay Disabler

Enable/disable YouTube channel and video overlay at the end of videos.

Vad är YT Overlay Disabler?

YT Overlay Disabler är en Chrome-tillägg utvecklad av jose_rullva, och dess huvudfunktion är "Enable/disable YouTube channel and video overlay at the end of videos.".

Tilläggsskärmbilder

screenshot

Ladda ner YT Overlay Disabler-förlängningens CRX-fil

Ladda ner YT Overlay Disabler-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

                        Enable/disable YouTube channel and video overlay at the end of videos.

It is by default enabled every time you refresh the page or load a new video, since it isn't usually necessary to disable it.                    

Grundläggande Information om Tillägg

Namn YT Overlay Disabler YT Overlay Disabler
ID chllpcnchiklhmenljaikomogckgfhph
Officiell webbadress https://chromewebstore.google.com/detail/yt-overlay-disabler/chllpcnchiklhmenljaikomogckgfhph
Beskrivning Enable/disable YouTube channel and video overlay at the end of videos.
Filstorlek 18.59 KB
Antal Installationer 20
Aktuell Version 1.1
Senast Uppdaterad 2022-01-09
Publiceringsdatum 2022-01-04
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare jose_rullva
E-post [email protected]
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YT Overlay Disabler",
    "description": "Enable\/disable YouTube channel and video overlay at the end of videos.",
    "version": "1.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "overlay.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}