ScottTheWozify

Modify YouTube thumbnails to include Scott The Woz

Qu'est-ce que ScottTheWozify ?

ScottTheWozify est une extension Chrome développée par kawuchuu, et sa fonction principale est "Modify YouTube thumbnails to include Scott The Woz".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ScottTheWozify

Téléchargez les fichiers d'extension ScottTheWozify 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

                        Is your browser experience boring? Do you need to resist playing Donkey Kong: Barrel Blast?

Fear no more.

This extension adds the guy who owns Sonic Jam Scott The Woz to every YouTube thumbnail.                    

Informations de Base sur l'Extension

Nom ScottTheWozify ScottTheWozify
ID acifigdfnfnafjkkapcghalnemfodmah
URL Officiel https://chromewebstore.google.com/detail/scottthewozify/acifigdfnfnafjkkapcghalnemfodmah
Description Modify YouTube thumbnails to include Scott The Woz
Taille du Fichier 13.02 MB
Nombre d'Installations 2,000
Version Actuelle 1.5
Dernière Mise à Jour 2023-08-25
Date de Publication 2023-08-24
Évaluation 5.00/5 Total 22 Évaluations
Développeur kawuchuu
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/kawuchuu/ScottTheWozify-Youtube
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ScottTheWozify",
    "version": "1.5",
    "action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png"
        },
        "default_popup": "options\/options.html",
        "default_title": "ScottTheWozify Options"
    },
    "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"
    },
    "description": "Modify YouTube thumbnails to include Scott The Woz",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "scottthewozify.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/*.json"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}