Better ADN

Better ADN extension

Better ADNとは何ですか?

Better ADNはmlb11によって開発されたChromeの拡張機能で、その主な機能は「Better ADN extension」です。

拡張機能のスクリーンショット

screenshot
screenshot

Better ADN拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}