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文件

下載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.                    

擴展基本資訊

名稱 aniTrakt aniTrakt
ID ipmbpjbcmdmdhjiijcdjbjkpikpidflm
官方網址 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"
    }
}