dlsite-dark
dlsiteに簡易ダークテーマを適用するための拡張機能
dlsite-darkคืออะไร?
dlsite-dark เป็นส่วนขยายของ Chrome ที่พัฒนาโดย iranica109 และคุณลักษณะหลักของมันคือ "dlsiteに簡易ダークテーマを適用するための拡張機能"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย dlsite-dark
ดาวน์โหลดไฟล์ส่วนขยาย dlsite-dark ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        DLsiteの明るさを抑える簡易ダークテーマを適用するための拡張機能です。                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | ahdpofjelapghjdkfopmepdkcgmgfcbm | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dlsite-dark/ahdpofjelapghjdkfopmepdkcgmgfcbm | 
| คำอธิบาย | dlsiteに簡易ダークテーマを適用するための拡張機能 | 
| ขนาดไฟล์ | 193 KB | 
| จำนวนการติดตั้ง | 22 | 
| เวอร์ชันปัจจุบัน | 1.1.0 | 
| อัปเดตครั้งล่าสุด | 2022-04-28 | 
| วันที่เผยแพร่ | 2022-04-28 | 
| ผู้พัฒนา | iranica109 | 
| อีเมล | [email protected] | 
| ประเภทการชำระเงิน | free | 
| เว็บไซต์ส่วนขยาย | https://github.com/iranika/dlsite-dark | 
| URL หน้าช่วยเหลือ | https://github.com/iranika/dlsite-dark | 
| ภาษาที่รองรับ | ja | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "dlsite-dark",
    "description": "dlsite\u306b\u7c21\u6613\u30c0\u30fc\u30af\u30c6\u30fc\u30de\u3092\u9069\u7528\u3059\u308b\u305f\u3081\u306e\u62e1\u5f35\u6a5f\u80fd",
    "version": "1.1.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "action": {
        "default_title": "dlsite-dark"
    },
    "background": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.dlsite.com\/*",
                "https:\/\/dlsite.com\/*"
            ],
            "css": [
                "css\/dlsite-dark.css"
            ]
        }
    ],
    "permissions": [],
    "host_permission": [
        "https:\/\/www.dlsite.com\/*",
        "https:\/\/dlsite.com\/*"
    ],
    "web_accessible_resources": [],
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    }
}  |  |