DoK links
Provides helpful links to https://decksofkeyforge.com. It currently adds deck links to the website https://thecrucible.online/
什麼是DoK links?
DoK links是由coraythan開發的Chrome擴展程式,該擴展的主要功能是“Provides helpful links to https://decksofkeyforge.com. It currently adds deck links to the website https://thecrucible.online/”。
擴展截圖
下載DoK links擴展crx文件
下載DoK links擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | DoK links |
ID | boofejmacnjdodgncjiapdpclcngmjka |
官方網址 | https://chromewebstore.google.com/detail/dok-links/boofejmacnjdodgncjiapdpclcngmjka |
簡介 | Provides helpful links to https://decksofkeyforge.com. It currently adds deck links to the website https://thecrucible.online/ |
檔案大小 | 9.05 KB |
安裝次數 | 100 |
目前版本 | 1.0 |
更新時間 | 2021-04-25 |
上架時間 | 2021-04-25 |
開發者 | coraythan |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" } } |