BetterD2JSP

BetterD2JSP modernizes D2JSP with new features, styles, and more.

BetterD2JSPคืออะไร?

BetterD2JSP เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lost และคุณลักษณะหลักของมันคือ "BetterD2JSP modernizes D2JSP with new features, styles, and more."

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย BetterD2JSP ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        BetterD2JSP aims to assist you in navigating D2JSP easier while providing features to help you effectively trade and search for the items or services you want.

Here's just a few of the features we add to D2JSP:

• Modernized styling and design for an easier website flow
• Set keyword(s) to highlight topics and send a desktop notification when the keyword is found
• FT, ISO, Services, Price Checks color cordinating
• Word highlighting (Bin and Res)
• Adds a default, blank profile picture for users that don't have a profile picture
• Helps paid threads stand out more
• Quotes made easier to see
• Quick Reply made fixed to the bottom of the page (you can now scroll while replying)

How to use:

• Install and visit D2JSP to begin using the add-on.                    

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

ชื่อ BetterD2JSP BetterD2JSP
ID pdimjcpleemacmpbagcckjbfklomdioi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/betterd2jsp/pdimjcpleemacmpbagcckjbfklomdioi
คำอธิบาย BetterD2JSP modernizes D2JSP with new features, styles, and more.
ขนาดไฟล์ 3.14 MB
จำนวนการติดตั้ง 78
เวอร์ชันปัจจุบัน 0.5.17
อัปเดตครั้งล่าสุด 2024-03-04
วันที่เผยแพร่ 2022-05-11
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Lost
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BetterD2JSP",
    "short_name": "BetterD2JSP",
    "version": "0.5.17",
    "description": "BetterD2JSP modernizes D2JSP with new features, styles, and more.",
    "permissions": [
        "storage",
        "activeTab",
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/*.d2jsp.org\/*",
        "*:\/\/*.d2jsp.org\/*\/"
    ],
    "icons": {
        "16": "\/assets\/icon16.png",
        "32": "\/assets\/icon32.png",
        "48": "\/assets\/icon48.png",
        "128": "\/assets\/icon128.png"
    },
    "action": {
        "default_popup": "index.html?#\/popup",
        "default_title": "BetterD2JSP"
    },
    "options_page": "index.html?#\/options",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                ".\/assets\/material\/material.min.js",
                "custom.js"
            ],
            "css": [
                "styles.css",
                ".\/assets\/material\/material.min.css"
            ],
            "matches": [
                "*:\/\/*.d2jsp.org\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; "
    }
}