YouTube Papaplattify
Modify YouTube thumbnails to include Papaplatte
Wat is YouTube Papaplattify?
YouTube Papaplattify is een Chrome-extensie ontwikkeld door niki2k1, en de belangrijkste functie is "Modify YouTube thumbnails to include Papaplatte".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Papaplattify
Download YouTube Papaplattify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Fügt das Gesicht von Papaplatte auf Youtube Thumbnails
Contributer:
- https://github.com/FelixLttks Basisinformatie over de Extensie
| Naam | |
| ID | nodlbljncllmcgidfnihmpbkladalhld |
| Officiële URL | https://chromewebstore.google.com/detail/youtube-papaplattify/nodlbljncllmcgidfnihmpbkladalhld |
| Beschrijving | Modify YouTube thumbnails to include Papaplatte |
| Bestandsgrootte | 4.66 MB |
| Aantal Installaties | 1,953 |
| Huidige Versie | 1.5 |
| Laatst Bijgewerkt | 2023-07-21 |
| Publicatiedatum | 2023-07-06 |
| Beoordeling | 4.93/5 Totaal 28 Beoordelingen |
| Ontwikkelaar | niki2k1 |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |