aniTrakt
Adds links to MyAnimelist, Kitsu, AniList and AniDB on trakt.tv.
aniTraktคืออะไร?
aniTrakt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย meisterproper.00void และคุณลักษณะหลักของมันคือ "Adds links to MyAnimelist, Kitsu, AniList and AniDB on trakt.tv."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย aniTrakt
ดาวน์โหลดไฟล์ส่วนขยาย aniTrakt ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension adds references to MyAnimelist.net, Kitsu.io, AniList.co and AniDB.net under trakt.tv's external links section for TV shows and movies. All the mapping had to be done manually so not everything is there or can easily be added. More info about the data can be found on https://anitrakt.huere.net/. Note: It takes one or two page loads on first use for the mapping database to build. New seasonal shows will be added around the first premieres.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ipmbpjbcmdmdhjiijcdjbjkpikpidflm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/anitrakt/ipmbpjbcmdmdhjiijcdjbjkpikpidflm |
คำอธิบาย | Adds links to MyAnimelist, Kitsu, AniList and AniDB on trakt.tv. |
ขนาดไฟล์ | 110 KB |
จำนวนการติดตั้ง | 105 |
เวอร์ชันปัจจุบัน | 1.2.0.0 |
อัปเดตครั้งล่าสุด | 2021-04-10 |
วันที่เผยแพร่ | 2018-12-30 |
ผู้พัฒนา | meisterproper.00void |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://anitrakt.huere.net/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "content_scripts": [ { "js": [ "lib\/dexie.js", "lib\/jquery.min.js", "lib\/waitForKeyElements.js", "anitrakt.js" ], "matches": [ "https:\/\/trakt.tv\/movies\/*", "https:\/\/trakt.tv\/shows\/*" ] } ], "description": "Adds links to MyAnimelist, Kitsu, AniList and AniDB on trakt.tv.", "icons": { "128": "app\/icon_128.png", "16": "app\/icon_16.png", "48": "app\/icon_48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi8qDJgRxnXZk3qtIjd46XW\/1RdMvHT3EOFyYHHSAcYLHhce59eudgk1ZkTrRnunU0Kqh9ZkNYRzJSm7wy77Lc8tDiVJu4EKx1N4cO6Y0qDHI+x3mgz+FMD08Rh6fCmh1zNAYm6gC4p9Pe3YsyokVrFH7VP\/ft064nGRSqY6pY76c+VHbBJRrlfd50fOthI2d9Sg9GT1qAtNl2\/FCJuFo9jsdNck+PeKgghCsRCYmSzlOzgATjvLNqXx5vafHfxeBszeAwCNtbNtXkb14zpIueVEdwIY2mb\/Zs6iroHZEe8HXBRAPONGN28U2xpxlZgs8iGm2bwsS+KGDyim8WkArWQIDAQAB", "manifest_version": 3, "name": "aniTrakt", "host_permissions": [ "https:\/\/anitrakt.huere.net\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2.0.0", "background": { "service_worker": "background.js" } } |