YouTube CeresFaunafy

Modify YouTube thumbnails to include the Hololive VTuber Fauna

What is YouTube CeresFaunafy?

YouTube CeresFaunafy is a Chrome extension developed by lockpickingsapling, and its main feature is "Modify YouTube thumbnails to include the Hololive VTuber Fauna".

Extension Screenshots

screenshot

Download YouTube CeresFaunafy Extension CRX File

Download YouTube CeresFaunafy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name YouTube CeresFaunafy YouTube CeresFaunafy
ID ilffdkpjakkehpeopbbkkgcgjinemfgl
Official URL https://chromewebstore.google.com/detail/youtube-ceresfaunafy/ilffdkpjakkehpeopbbkkgcgjinemfgl
Description Modify YouTube thumbnails to include the Hololive VTuber Fauna
File Size 9.52 MB
Installation Count 42
Current Version 1.4
Last Updated 2023-08-30
Publish Date 2023-07-17
Rating 5.00/5 Total 2 Ratings
Developer lockpickingsapling
Email [email protected]
Payment Type free
Extension Website https://github.com/Zeppelins-Forever/CeresFaunafy-Youtube
Supported Languages 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}