YouTube Papaplattify

Modify YouTube thumbnails to include Papaplatte

Hvad er YouTube Papaplattify?

YouTube Papaplattify er en Chrome-udvidelse udviklet af niki2k1, og dens hovedfunktion er "Modify YouTube thumbnails to include Papaplatte".

Udvidelsesskærmbilleder

screenshot

Download YouTube Papaplattify-udvidelses-CRX-fil

Download YouTube Papaplattify-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Fügt das Gesicht von Papaplatte auf Youtube Thumbnails

Contributer:
- https://github.com/FelixLttks                    

Grundlæggende oplysninger om udvidelsen

Navn YouTube Papaplattify YouTube Papaplattify
ID nodlbljncllmcgidfnihmpbkladalhld
Officiel URL https://chromewebstore.google.com/detail/youtube-papaplattify/nodlbljncllmcgidfnihmpbkladalhld
Beskrivelse Modify YouTube thumbnails to include Papaplatte
Filstørrelse 4.66 MB
Antal Installationer 1,953
Nuværende Version 1.5
Senest Opdateret 2023-07-21
Udgivelsesdato 2023-07-06
Bedømmelse 4.93/5 Samlet 28 Bedømmelser
Udvikler niki2k1
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Papaplattify",
    "version": "1.5",
    "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 Papaplatte",
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "papapalttify.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "facecam.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_title": "Papaplattify Settings",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    }
}