Trackkun - Manga Reader and Tracker

Add manga reader mode to your browser. Auto track progress & releases across manga sites.

Trackkun - Manga Reader and Tracker란 무엇입니까?

Trackkun - Manga Reader and Tracker은(는) https://trackkun.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add manga reader mode to your browser. Auto track progress & releases across manga sites."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Trackkun - Manga Reader and Tracker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Core features:
- Manga reader mode:
  + Inject directly into the web page when reading manga
  + Long strip, single page and double page
  + Vertical, left to right, right to left
  + Autoplay with configurable speed
  + Zoomimg, dragging, full-screen, etc
  + Ad-Free
- Auto save reading history across all sites
- Keep track of new releases and show notifications
- Keep all devices in sync

How to use:
1. Read a chapter on a compatible site, the manga reader is injected automatically into the web page. The list of compatible sites can be viewed on the extension popup.
2. Click Add to library button to add to your library and start tracking.                    

확장 프로그램 기본 정보

이름 Trackkun - Manga Reader and Tracker Trackkun - Manga Reader and Tracker
ID mpbgcojnamdnljaacdhpgenikkblddjj
공식 URL https://chromewebstore.google.com/detail/trackkun-manga-reader-and/mpbgcojnamdnljaacdhpgenikkblddjj
설명 Add manga reader mode to your browser. Auto track progress & releases across manga sites.
파일 크기 159 KB
설치 횟수 88
현재 버전 1.5.4
최근 업데이트 2024-03-01
출시 날짜 2023-10-09
평점 4.00/5 총 1 개의 평점
개발자 https://trackkun.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://trackkun.com
도움말 페이지 URL https://trackkun.com/contact
개인정보 보호 정책 페이지 URL https://trackkun.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Trackkun - Manga Reader and Tracker",
    "short_name": "Trackkun",
    "version": "1.5.4",
    "version_name": "1.5.4",
    "author": "[email protected]",
    "description": "Add manga reader mode to your browser. Auto track progress & releases across manga sites.",
    "icons": {
        "16": "public\/logo\/icon16.png",
        "32": "public\/logo\/icon32.png",
        "48": "public\/logo\/icon48.png",
        "128": "public\/logo\/icon128.png"
    },
    "homepage_url": "https:\/\/trackkun.com",
    "minimum_chrome_version": "116",
    "incognito": "not_allowed",
    "action": {
        "default_popup": "src\/popup\/index.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "commands": {
        "toggle_reader": {
            "suggested_key": {
                "default": "Alt+R"
            },
            "description": "Show\/hide reader"
        }
    },
    "content_scripts": [
        {
            "js": [
                "assets\/msgBridge.ts-loader-0aed9c2f.js"
            ],
            "matches": [
                "https:\/\/app.trackkun.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "assets\/init.js"
            ],
            "matches": [
                "https:\/\/mangadex.org\/*",
                "https:\/\/comick.app\/*",
                "https:\/\/comick.cc\/*",
                "https:\/\/comick.io\/*",
                "https:\/\/mangahub.io\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "world": "MAIN"
        },
        {
            "js": [
                "assets\/contents.ts-loader-1ac051fd.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/app.trackkun.com\/*",
                "https:\/\/*.google.com\/*",
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.instagram.com\/*",
                "https:\/\/*.twitter.com\/*",
                "https:\/\/*.tiktok.com\/*",
                "https:\/\/*.wikipedia.org\/*",
                "https:\/\/*.yandex.ru\/*",
                "https:\/\/*.whatsapp.com\/*",
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.netflix.net\/*",
                "https:\/\/*.bing.com\/*",
                "https:\/\/*.discord.com\/*",
                "https:\/\/*.microsoft.com\/*",
                "https:\/\/*.quora.com\/*",
                "https:\/\/*.reddit.com\/*",
                "https:\/\/*.ebay.com\/*",
                "https:\/\/*.baidu.com\/*",
                "https:\/\/*.github.com\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "permissions": [
        "declarativeNetRequest",
        "notifications",
        "offscreen",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.trackkun.com\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmYlSYdD8Auw1xWIudDoEaG3OjmSukogsrmaikWEv5WLTrURk+9GHNdbv2v9cgWh7HPl6uiB3p3u33lqhfvogs3HNhbqU0CNUh81oVsTsbiekOhXWiG75RrBuhbNljqQPjupv1fTagRMWc4Z8VVfQE3WIjz9B\/97dq2B8nj69k8ZFHMwXK9mcb1XtAgHc0ste5ac2QAVCnFrMg20Tf7dcHmBrSZzAsrEM8Mh2hXKx3QE7qNlp6OoX9as5Mm5wlaVeOzIFFe3lb04oKNPQBX39XOZDuEUfN7eHfJV51Dt2hh5x\/aT3lguYk4UFBQwRRa5TTK8AXfBwxqEVXRSvO4CjlwIDAQAB",
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/app.trackkun.com\/*"
            ],
            "resources": [
                "assets\/ExtMessage-a2aff225.js",
                "assets\/onMessage-fb148085.js",
                "assets\/msgBridge.ts-0e3adf92.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/iframe-4181be51.js",
                "assets\/main-974c2b0c.js",
                "assets\/sendWindowMessage-46579fce.js",
                "assets\/scrape-46237ed9.js",
                "assets\/ExtMessage-a2aff225.js",
                "assets\/onMessage-fb148085.js",
                "assets\/script.ts-b0234594.js",
                "assets\/index.esm-1004464c.js",
                "assets\/respondToWindowMessage-dfa8a563.js",
                "assets\/reader-7887cbe0.js",
                "assets\/title-1d869d9b.js",
                "assets\/overlay-3c9c1d3a.js",
                "assets\/ReaderConfig-79dece3b.js",
                "assets\/base-b3044110.js",
                "assets\/index-e91b6056.js",
                "assets\/contents.ts-2147a044.js"
            ],
            "use_dynamic_url": true
        }
    ]
}