YouTube Papaplattify
Modify YouTube thumbnails to include Papaplatte
YouTube Papaplattify là gì?
YouTube Papaplattify là một tiện ích mở rộng Chrome được phát triển bởi niki2k1, và tính năng chính của nó là "Modify YouTube thumbnails to include Papaplatte".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng YouTube Papaplattify
Tải xuống các tệp mở rộng YouTube Papaplattify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Fügt das Gesicht von Papaplatte auf Youtube Thumbnails Contributer: - https://github.com/FelixLttks
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | YouTube Papaplattify |
ID | nodlbljncllmcgidfnihmpbkladalhld |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-papaplattify/nodlbljncllmcgidfnihmpbkladalhld |
Mô tả | Modify YouTube thumbnails to include Papaplatte |
Kích Thước Tệp | 4.66 MB |
Số Lần Cài Đặt | 1,953 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2023-07-21 |
Ngày Phát Hành | 2023-07-06 |
Đánh Giá | 4.93/5 Tổng số 28 Đánh Giá |
Nhà Phát Triển | niki2k1 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |