SyncDex

Automatically update your Manga lists when reading on MangaDex.

SyncDex là gì?

SyncDex là một tiện ích mở rộng Chrome được phát triển bởi Glagan, và tính năng chính của nó là "Automatically update your Manga lists when reading on MangaDex.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SyncDex

Tải xuống các tệp mở rộng SyncDex dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        SyncDex is still in beta, expect bugs.

SyncDex sync what you read on MangaDex.org to all of your lists on MyAnimeList.net, Anilist.co, Kitsu.io, Anime-Planet.com and MangaUpdates.com !

SyncDex also comes with a tool to import/export your lists between Services, and some enhancements to the MangaDex.org UI, that can be toggled on or off if you want.

Releases Changelog: https://github.com/Glagan/SyncDex/releases/latest                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SyncDex SyncDex
ID hdlogejanokfcmlbgfdcgnbnpmgdolaa
URL Chính Thức https://chrome.google.com/webstore/detail/syncdex/hdlogejanokfcmlbgfdcgnbnpmgdolaa
Mô tả Automatically update your Manga lists when reading on MangaDex.
Kích Thước Tệp 341 KB
Số Lần Cài Đặt 225
Phiên Bản Hiện Tại 0.3.4
Cập Nhật Lần Cuối 2021-03-15
Ngày Phát Hành 2021-03-15
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Glagan
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Glagan/SyncDex
URL Trang Trợ Giúp https://github.com/Glagan/SyncDex
URL Trang Chính Sách Bảo Mật https://nikurasu.org/privacy.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SyncDex",
    "author": "Glagan",
    "description": "Automatically update your Manga lists when reading on MangaDex.",
    "permissions": [
        "storage",
        "alarms",
        "https:\/\/api.mangadex.org\/*",
        "https:\/\/mangadex.org\/ajax\/*",
        "https:\/\/mangadex.org\/api\/*",
        "https:\/\/mochi.nikurasu.org\/*",
        "https:\/\/syncdex.nikurasu.org\/*",
        "https:\/\/myanimelist.net\/about.php",
        "https:\/\/myanimelist.net\/manga\/*",
        "https:\/\/myanimelist.net\/ownlist\/manga\/*",
        "https:\/\/myanimelist.net\/mangalist\/*",
        "https:\/\/graphql.anilist.co\/",
        "https:\/\/kitsu.io\/api\/*",
        "https:\/\/*.mangaupdates.com\/aboutus.html",
        "https:\/\/*.mangaupdates.com\/series.html?id=*",
        "https:\/\/*.mangaupdates.com\/ajax\/*",
        "https:\/\/*.anime-planet.com\/contact",
        "https:\/\/*.anime-planet.com\/manga\/*",
        "https:\/\/*.anime-planet.com\/api\/*",
        "https:\/\/api.dropboxapi.com\/*",
        "https:\/\/content.dropboxapi.com\/*",
        "https:\/\/www.googleapis.com\/upload\/drive\/v3\/files*",
        "https:\/\/www.googleapis.com\/drive\/v3\/files*"
    ],
    "icons": {
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "background": {
        "page": "background\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.mangadex.org\/follows*",
                "https:\/\/*.mangadex.org\/manga*",
                "https:\/\/*.mangadex.org\/titles*",
                "https:\/\/*.mangadex.org\/title*",
                "https:\/\/*.mangadex.org\/search*",
                "https:\/\/*.mangadex.org\/?page=search*",
                "https:\/\/*.mangadex.org\/?page=titles*",
                "https:\/\/*.mangadex.org\/featured",
                "https:\/\/*.mangadex.org\/group*",
                "https:\/\/*.mangadex.org\/genre*",
                "https:\/\/*.mangadex.org\/user*",
                "https:\/\/*.mangadex.org\/list*",
                "https:\/\/*.mangadex.org\/updates*",
                "https:\/\/*.mangadex.org\/history*"
            ],
            "js": [
                "dist\/SimpleNotification.js",
                "SyncDex.js"
            ],
            "css": [
                "dist\/SimpleNotification.min.css",
                "css\/SyncDex.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.mangadex.org\/chapter\/*"
            ],
            "js": [
                "dist\/SimpleNotification.js",
                "SyncDex.js"
            ],
            "css": [
                "dist\/SimpleNotification.min.css",
                "css\/SyncDex.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/anilist.co\/api\/v2\/oauth\/pin?syncdex*"
            ],
            "js": [
                "dist\/SimpleNotification.js",
                "external\/SyncDex_Anilist.js"
            ],
            "css": [
                "dist\/SimpleNotification.min.css"
            ]
        },
        {
            "matches": [
                "https:\/\/syncdex.nikurasu.org\/?for=*"
            ],
            "js": [
                "dist\/SimpleNotification.js",
                "external\/SyncDex_Token.js"
            ],
            "css": [
                "dist\/SimpleNotification.min.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "48": "icons\/48.png",
            "96": "icons\/96.png",
            "128": "icons\/128.png"
        },
        "default_title": "SyncDex"
    },
    "options_ui": {
        "page": "options\/index.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "icons\/sc.png",
        "icons\/mmd.png",
        "icons\/md.png",
        "icons\/mal.png",
        "icons\/al.png",
        "icons\/ku.png",
        "icons\/mu.png",
        "icons\/ap.png",
        "options\/index.html"
    ],
    "version": "0.3.4"
}