YouTube CeresFaunafy
Modify YouTube thumbnails to include the Hololive VTuber Fauna
YouTube CeresFaunafyคืออะไร?
YouTube CeresFaunafy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lockpickingsapling และคุณลักษณะหลักของมันคือ "Modify YouTube thumbnails to include the Hololive VTuber Fauna"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube CeresFaunafy
ดาวน์โหลดไฟล์ส่วนขยาย YouTube CeresFaunafy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An extension which adds the Hololive VTuber Ceres Fauna to every YouTube thumbnail. This extension is a fork of github.com/MagicJinn/MrBeastify-Youtube, a fantastic project. This extension is not complete, and more Fauna photos will be added with time. The project is at github.com/Zeppelins-Forever/CeresFaunafy-Youtube. Please enjoy, fellow Saplings! UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YouTube CeresFaunafy |
ID | ilffdkpjakkehpeopbbkkgcgjinemfgl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-ceresfaunafy/ilffdkpjakkehpeopbbkkgcgjinemfgl |
คำอธิบาย | Modify YouTube thumbnails to include the Hololive VTuber Fauna |
ขนาดไฟล์ | 9.52 MB |
จำนวนการติดตั้ง | 42 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2023-08-30 |
วันที่เผยแพร่ | 2023-07-17 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | lockpickingsapling |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Zeppelins-Forever/CeresFaunafy-Youtube |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube CeresFaunafy", "version": "1.4", "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", "128": "icons\/icon-128.png" }, "description": "Modify YouTube thumbnails to include the Hololive VTuber Fauna", "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "ceresfaunafy.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "images\/*.png", "images\/*.json" ], "matches": [ "*:\/\/*\/*" ] } ] } |