Shibolet YouTube Overlay

Modify YouTube thumbnails to include shibolet

Wat is Shibolet YouTube Overlay?

Shibolet YouTube Overlay is een Chrome-extensie ontwikkeld door mr.shibolet, en de belangrijkste functie is "Modify YouTube thumbnails to include shibolet".

Extensie Screenshots

Download het CRX-bestand van de extensie Shibolet YouTube Overlay

Download Shibolet YouTube Overlay-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

                        Drops the amazing face of Shibolet the famous youtuber onto youtube thumbnails.                    

Basisinformatie over de Extensie

Naam Shibolet YouTube Overlay Shibolet YouTube Overlay
ID imikjcjklcmbmkpbekpjfbmmjeflbnbh
Officiële URL https://chromewebstore.google.com/detail/shibolet-youtube-overlay/imikjcjklcmbmkpbekpjfbmmjeflbnbh
Beschrijving Modify YouTube thumbnails to include shibolet
Bestandsgrootte 4.47 MB
Aantal Installaties 251
Huidige Versie 1.0
Laatst Bijgewerkt 2023-07-10
Publicatiedatum 2023-07-09
Beoordeling 4.94/5 Totaal 17 Beoordelingen
Ontwikkelaar mr.shibolet
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icons16.png",
        "32": "icons\/icons32.png",
        "48": "icons\/icons48.png",
        "64": "icons\/icons64.png",
        "96": "icons\/icons96.png"
    },
    "description": "Modify YouTube thumbnails to include shibolet",
    "name": "Shibolet YouTube Overlay",
    "version": "1.0",
    "permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ]
}