Better ADN
Better ADN extension
Co to jest Better ADN?
Better ADN to rozszerzenie Chrome opracowane przez mlb11, a jego główną funkcją jest „Better ADN extension”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Better ADN
Pobierz pliki rozszerzeń Better ADN w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
- 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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ejopdgfmcindhhcbnaoonohlaffiicgj |
| Oficjalny URL | https://chromewebstore.google.com/detail/better-adn/ejopdgfmcindhhcbnaoonohlaffiicgj |
| Opis | Better ADN extension |
| Rozmiar pliku | 706 KB |
| Liczba instalacji | 11 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2023-11-20 |
| Data Publikacji | 2023-11-06 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | mlb11 |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |