The Ending of Evangelion
Listen to the original Neon Genesis Evangelion endings on Netflix.
The Ending of Evangelionคืออะไร?
The Ending of Evangelion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kevin Martin และคุณลักษณะหลักของมันคือ "Listen to the original Neon Genesis Evangelion endings on Netflix."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Ending of Evangelion
ดาวน์โหลดไฟล์ส่วนขยาย The Ending of Evangelion ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Netflix removed Fly Me To The Moon from Neon Genesis Evangelion and put Rei I instead. With this extension, you can the original ending theme of all the episodes as if they didn't change a thing.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | monppnaecmnpofilbadbbmgcdpabcgbo |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/the-ending-of-evangelion/monppnaecmnpofilbadbbmgcdpabcgbo |
คำอธิบาย | Listen to the original Neon Genesis Evangelion endings on Netflix. |
ขนาดไฟล์ | 52.3 KB |
จำนวนการติดตั้ง | 1,373 |
เวอร์ชันปัจจุบัน | 0.2.0 |
อัปเดตครั้งล่าสุด | 2022-09-18 |
วันที่เผยแพร่ | 2020-06-12 |
คะแนน | 3.82/5 รวมทั้งหมด 61 คะแนน |
ผู้พัฒนา | Kevin Martin |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Inobtenio/The-Ending-of-Evangelion |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Ending of Evangelion", "version": "0.2.0", "manifest_version": 2, "description": "Listen to the original Neon Genesis Evangelion endings on Netflix.", "default_locale": "en", "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/watch\/*" ], "js": [ "js\/episodesMetadata.js", "js\/playProperEndingTheme.js" ] } ], "icons": { "16": "icons\/sachiel16.png", "48": "icons\/sachiel48.png", "128": "icons\/sachiel128.png" } } |