YouTube Papaplattify
Modify YouTube thumbnails to include Papaplatte
YouTube Papaplattifyとは何ですか?
YouTube Papaplattifyはniki2k1によって開発されたChromeの拡張機能で、その主な機能は「Modify YouTube thumbnails to include Papaplatte」です。
拡張機能のスクリーンショット
YouTube Papaplattify拡張機能のCRXファイルをダウンロード
YouTube Papaplattify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Fügt das Gesicht von Papaplatte auf Youtube Thumbnails
Contributer:
- https://github.com/FelixLttks 拡張機能の基本情報
| 名前 | |
| ID | nodlbljncllmcgidfnihmpbkladalhld |
| 公式URL | https://chromewebstore.google.com/detail/youtube-papaplattify/nodlbljncllmcgidfnihmpbkladalhld |
| 説明 | Modify YouTube thumbnails to include Papaplatte |
| ファイルサイズ | 4.66 MB |
| インストール数 | 1,953 |
| 現在のバージョン | 1.5 |
| 最終更新日 | 2023-07-21 |
| 公開日 | 2023-07-06 |
| 評価 | 4.93/5 合計 28 レビュー |
| 開発者 | niki2k1 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | 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"
}
} | |