Better ADN

Better ADN extension

Better ADNคืออะไร?

Better ADN เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mlb11 และคุณลักษณะหลักของมันคือ "Better ADN extension"

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

screenshot
screenshot

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

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

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

                        - English
Better ADN is an extension that modifies the appearance of the AnimationDigitalNetwork website. It adds:
- Rounded corners
- Darker colors
- Anti-spoiler blur
- Video player centering
- Shortcuts in the popup

- French
Better ADN est une extension qui modifie l'apparence du site Animation Digital Network. Elle rajoute :
- Les bords arrondis
- Des couleurs plus foncées
- Un flou anti-spoil
- Le centrage du lecteur vidéo
- Des raccourcis dans le popup                    

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

ชื่อ Better ADN Better ADN
ID ejopdgfmcindhhcbnaoonohlaffiicgj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/better-adn/ejopdgfmcindhhcbnaoonohlaffiicgj
คำอธิบาย Better ADN extension
ขนาดไฟล์ 706 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-11-20
วันที่เผยแพร่ 2023-11-06
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา mlb11
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better ADN",
    "version": "1.0",
    "description": "Better ADN extension",
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/animationdigitalnetwork.fr\/*"
            ],
            "css": [
                "css.css"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}