Better ADN
Better ADN extension
What is Better ADN?
Better ADN is a Chrome extension developed by mlb11, and its main feature is "Better ADN extension".
Extension Screenshots
Download Better ADN Extension CRX File
Download Better ADN extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
- 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
Extension Basic Information
Name | Better ADN |
ID | ejopdgfmcindhhcbnaoonohlaffiicgj |
Official URL | https://chromewebstore.google.com/detail/better-adn/ejopdgfmcindhhcbnaoonohlaffiicgj |
Description | Better ADN extension |
File Size | 706 KB |
Installation Count | 11 |
Current Version | 1.0 |
Last Updated | 2023-11-20 |
Publish Date | 2023-11-06 |
Rating | 5.00/5 Total 1 Ratings |
Developer | mlb11 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |