YouTube CeresFaunafy

Modify YouTube thumbnails to include the Hololive VTuber Fauna

O que é YouTube CeresFaunafy?

YouTube CeresFaunafy é uma extensão do Chrome desenvolvida por lockpickingsapling, e sua principal característica é "Modify YouTube thumbnails to include the Hololive VTuber Fauna".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão YouTube CeresFaunafy

Baixe arquivos de extensão YouTube CeresFaunafy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome YouTube CeresFaunafy YouTube CeresFaunafy
ID ilffdkpjakkehpeopbbkkgcgjinemfgl
URL Oficial https://chromewebstore.google.com/detail/youtube-ceresfaunafy/ilffdkpjakkehpeopbbkkgcgjinemfgl
Descrição Modify YouTube thumbnails to include the Hololive VTuber Fauna
Tamanho do Arquivo 9.52 MB
Contagem de Instalações 42
Versão Atual 1.4
Última Atualização 2023-08-30
Data de Publicação 2023-07-17
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor lockpickingsapling
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Zeppelins-Forever/CeresFaunafy-Youtube
Idiomas Suportados 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}