YouTube CeresFaunafy

Modify YouTube thumbnails to include the Hololive VTuber Fauna

Apa itu YouTube CeresFaunafy?

YouTube CeresFaunafy adalah ekstensi Chrome yang dikembangkan oleh lockpickingsapling, dan fitur utamanya adalah "Modify YouTube thumbnails to include the Hololive VTuber Fauna".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi YouTube CeresFaunafy

Unduh file ekstensi YouTube CeresFaunafy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama YouTube CeresFaunafy YouTube CeresFaunafy
ID ilffdkpjakkehpeopbbkkgcgjinemfgl
URL Resmi https://chromewebstore.google.com/detail/youtube-ceresfaunafy/ilffdkpjakkehpeopbbkkgcgjinemfgl
Deskripsi Modify YouTube thumbnails to include the Hololive VTuber Fauna
Ukuran File 9.52 MB
Jumlah Instalasi 42
Versi Saat Ini 1.4
Terakhir Diperbarui 2023-08-30
Tanggal Publikasi 2023-07-17
Penilaian 5.00/5 Total 2 Penilaian
Pengembang lockpickingsapling
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/Zeppelins-Forever/CeresFaunafy-Youtube
Bahasa yang Didukung 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}