aniTrakt

Adds links to MyAnimelist, Kitsu, AniList and AniDB on trakt.tv.

aniTrakt란 무엇입니까?

aniTrakt은(는) meisterproper.00void에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds links to MyAnimelist, Kitsu, AniList and AniDB on trakt.tv."입니다.

확장 프로그램 스크린샷

screenshot

aniTrakt 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 aniTrakt aniTrakt
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"
    }
}