DoK links
Provides helpful links to https://decksofkeyforge.com. It currently adds deck links to the website https://thecrucible.online/
DoK links là gì?
DoK links là một tiện ích mở rộng Chrome được phát triển bởi coraythan, và tính năng chính của nó là "Provides helpful links to https://decksofkeyforge.com. It currently adds deck links to the website https://thecrucible.online/".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng DoK links
Tải xuống các tệp mở rộng DoK links 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
This extension converts links to KeyForge decks from links to Master Vault, to links to the site Decks of KeyForge. For example, on The Crucible Online, this will convert the deck links to links to DoK, and also add a link to the two decks compared side by side.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | DoK links |
ID | boofejmacnjdodgncjiapdpclcngmjka |
URL Chính Thức | https://chromewebstore.google.com/detail/dok-links/boofejmacnjdodgncjiapdpclcngmjka |
Mô tả | Provides helpful links to https://decksofkeyforge.com. It currently adds deck links to the website https://thecrucible.online/ |
Kích Thước Tệp | 9.05 KB |
Số Lần Cài Đặt | 100 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-04-25 |
Ngày Phát Hành | 2021-04-25 |
Nhà Phát Triển | coraythan |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DoK links", "description": "Provides helpful links to https:\/\/decksofkeyforge.com. It currently adds deck links to the website https:\/\/thecrucible.online\/", "version": "1.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/thecrucible.online\/*" ], "js": [ "add-links.js" ] } ], "action": { "default_icon": { "16": "\/images\/dok-square-16.png", "32": "\/images\/dok-square-32.png", "48": "\/images\/dok-square-48.png", "128": "\/images\/dok-square-128.png" } }, "icons": { "16": "\/images\/dok-square-16.png", "32": "\/images\/dok-square-32.png", "48": "\/images\/dok-square-48.png", "128": "\/images\/dok-square-128.png" } } |