Dynasty Scans Extension

Adds things to the Dynasty Scans website.

Dynasty Scans Extensionคืออะไร?

Dynasty Scans Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tosiaki และคุณลักษณะหลักของมันคือ "Adds things to the Dynasty Scans website."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dynasty Scans Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Dynasty Scans Extension Dynasty Scans Extension
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"
            ]
        }
    ]
}