YouTube Papaplattify
Modify YouTube thumbnails to include Papaplatte
What is YouTube Papaplattify?
YouTube Papaplattify is a Chrome extension developed by niki2k1, and its main feature is "Modify YouTube thumbnails to include Papaplatte".
Extension Screenshots
Download YouTube Papaplattify Extension CRX File
Download YouTube Papaplattify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Fügt das Gesicht von Papaplatte auf Youtube Thumbnails
Contributer:
- https://github.com/FelixLttks Extension Basic Information
| Name | |
| ID | nodlbljncllmcgidfnihmpbkladalhld |
| Official URL | https://chromewebstore.google.com/detail/youtube-papaplattify/nodlbljncllmcgidfnihmpbkladalhld |
| Description | Modify YouTube thumbnails to include Papaplatte |
| File Size | 4.66 MB |
| Installation Count | 1,953 |
| Current Version | 1.5 |
| Last Updated | 2023-07-21 |
| Publish Date | 2023-07-06 |
| Rating | 4.93/5 Total 28 Ratings |
| Developer | niki2k1 |
| [email protected] | |
| Payment Type | free |
| Supported Languages | 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"
}
} | |