YouTube CeresFaunafy

Modify YouTube thumbnails to include the Hololive VTuber Fauna

Qu'est-ce que YouTube CeresFaunafy ?

YouTube CeresFaunafy est une extension Chrome développée par lockpickingsapling, et sa fonction principale est "Modify YouTube thumbnails to include the Hololive VTuber Fauna".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension YouTube CeresFaunafy

Téléchargez les fichiers d'extension YouTube CeresFaunafy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        An extension which adds the Hololive VTuber Ceres Fauna to every YouTube thumbnail. 
This extension is a fork of github.com/MagicJinn/MrBeastify-Youtube, a fantastic project. This extension is not complete, and more Fauna photos will be added with time. 
The project is at github.com/Zeppelins-Forever/CeresFaunafy-Youtube. 
Please enjoy, fellow Saplings!
UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU
UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU
UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU
UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU
UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU                    

Informations de Base sur l'Extension

Nom YouTube CeresFaunafy YouTube CeresFaunafy
ID ilffdkpjakkehpeopbbkkgcgjinemfgl
URL Officiel https://chromewebstore.google.com/detail/youtube-ceresfaunafy/ilffdkpjakkehpeopbbkkgcgjinemfgl
Description Modify YouTube thumbnails to include the Hololive VTuber Fauna
Taille du Fichier 9.52 MB
Nombre d'Installations 42
Version Actuelle 1.4
Dernière Mise à Jour 2023-08-30
Date de Publication 2023-07-17
Évaluation 5.00/5 Total 2 Évaluations
Développeur lockpickingsapling
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Zeppelins-Forever/CeresFaunafy-Youtube
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube CeresFaunafy",
    "version": "1.4",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png"
    },
    "description": "Modify YouTube thumbnails to include the Hololive VTuber Fauna",
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "ceresfaunafy.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/*.json"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}