Dynasty Scans Extension
Adds things to the Dynasty Scans website.
什么是Dynasty Scans Extension?
Dynasty Scans Extension是由Tosiaki开发的Chrome扩展程序,该扩展的主要功能是“Adds things to the Dynasty Scans website.”。
扩展截图
下载Dynasty Scans Extension扩展crx文件
下载Dynasty Scans Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This allows the the first page to be shown upon hovering over a chapter on Dynasty Scans and adds a grid view that shows each chapter with its first page. 扩展基本信息
| 名称 | |
| ID | cblbcnlgnmdohalndpaflknmaomalikm |
| 官方URL | https://chromewebstore.google.com/detail/dynasty-scans-extension/cblbcnlgnmdohalndpaflknmaomalikm |
| 简介 | Adds things to the Dynasty Scans website. |
| 文件大小 | 88.34 KB |
| 安装次数 | 24 |
| 当前版本 | 0.1 |
| 更新时间 | 2021-12-16 |
| 上架时间 | 2021-12-16 |
| 开发者 | Tosiaki |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Dynasty Scans Extension",
"description": "Adds things to the Dynasty Scans website.",
"version": "0.1",
"icons": {
"32": "dynasty-scans-icon.png",
"48": "dynasty-scans-icon48.png",
"128": "dynasty-scans-icon128.png"
},
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"https:\/\/dynasty-scans.com\/scanlators\/*",
"https:\/\/dynasty-scans.com\/series\/*",
"https:\/\/dynasty-scans.com\/authors\/*",
"https:\/\/dynasty-scans.com\/tags\/*",
"https:\/\/dynasty-scans.com\/chapters\/*",
"https:\/\/dynasty-scans.com\/doujins\/*",
"https:\/\/dynasty-scans.com\/pairings\/*",
"https:\/\/dynasty-scans.com\/issues\/*"
],
"js": [
"public\/build\/bundle.js"
],
"css": [
"public\/build\/bundle.css"
]
}
]
} | |