deekay
Finder of Lost Articles on magic.wizards.com
什么是deekay?
deekay是由MaxMakesMagic开发的Chrome扩展程序,该扩展的主要功能是“Finder of Lost Articles on magic.wizards.com”。
扩展截图
下载deekay扩展crx文件
下载deekay扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
DeeKay is a Chrome extension which tries to fix up broken articles on https://magic.wizards.com by providing a Wayback alternative 扩展基本信息
| 名称 | |
| ID | hgmdbmkbjfbijcieojcfnjpbklkfknba |
| 官方URL | https://chromewebstore.google.com/detail/deekay/hgmdbmkbjfbijcieojcfnjpbklkfknba |
| 简介 | Finder of Lost Articles on magic.wizards.com |
| 文件大小 | 3.32 MB |
| 安装次数 | 76 |
| 当前版本 | 0.0.0.2 |
| 更新时间 | 2023-12-28 |
| 上架时间 | 2023-12-24 |
| 开发者 | MaxMakesMagic |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/maxmakesmagic/deekay |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "deekay",
"description": "Finder of Lost Articles on magic.wizards.com",
"version": "0.0.0.2",
"manifest_version": 3,
"icons": {
"48": "\/assets\/icons\/48.png",
"128": "\/assets\/icons\/128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/magic.wizards.com\/*"
],
"js": [
"deekay.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"hashes\/*"
],
"matches": [
"https:\/\/magic.wizards.com\/*"
]
}
]
} | |