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
电子邮箱 [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"
    }
}