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.」です。
拡張機能のスクリーンショット
Trackkun - Manga Reader and Tracker拡張機能のCRXファイルをダウンロード
Trackkun - Manga Reader and Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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 } ] } |