YouTube Papaplattify
Modify YouTube thumbnails to include Papaplatte
Was ist YouTube Papaplattify?
YouTube Papaplattify ist eine Chrome-Erweiterung, die von niki2k1 entwickelt wurde, und ihr Hauptmerkmal ist "Modify YouTube thumbnails to include Papaplatte".
Erweiterungsscreenshots
YouTube Papaplattify-Erweiterungs-CRX-Datei herunterladen
Laden Sie YouTube Papaplattify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Fügt das Gesicht von Papaplatte auf Youtube Thumbnails Contributer: - https://github.com/FelixLttks
Grundlegende Informationen zur Erweiterung
Name | YouTube Papaplattify |
ID | nodlbljncllmcgidfnihmpbkladalhld |
Offizielle URL | https://chromewebstore.google.com/detail/youtube-papaplattify/nodlbljncllmcgidfnihmpbkladalhld |
Beschreibung | Modify YouTube thumbnails to include Papaplatte |
Dateigröße | 4.66 MB |
Installationsanzahl | 1,953 |
Aktuelle Version | 1.5 |
Letztes Update | 2023-07-21 |
Veröffentlichungsdatum | 2023-07-06 |
Bewertung | 4.93/5 Insgesamt 28 Bewertungen |
Entwickler | niki2k1 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |