Funimation Dark Mode
Dark Mode for Funimation
Wat is Funimation Dark Mode?
Funimation Dark Mode is een Chrome-extensie ontwikkeld door tavovnt, en de belangrijkste functie is "Dark Mode for Funimation".
Extensie Screenshots
Download het CRX-bestand van de extensie Funimation Dark Mode
Download Funimation Dark Mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Here's a sleek dark skin design of the well known Funimation website. Basisinformatie over de Extensie
| Naam | |
| ID | jebjmpoblhckkhjpegbcgpbhdpalbpih |
| Officiële URL | https://chromewebstore.google.com/detail/funimation-dark-mode/jebjmpoblhckkhjpegbcgpbhdpalbpih |
| Beschrijving | Dark Mode for Funimation |
| Bestandsgrootte | 13.19 KB |
| Aantal Installaties | 1,467 |
| Huidige Versie | 1.02 |
| Laatst Bijgewerkt | 2021-03-06 |
| Publicatiedatum | 2020-08-04 |
| Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | tavovnt |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Funimation Dark Mode",
"version": "1.02",
"description": "Dark Mode for Funimation",
"icons": {
"16": "funicon16.png",
"48": "FUN48.png",
"128": "funicon128.png"
},
"content_scripts": [
{
"css": [
"styles.css"
],
"matches": [
"*:\/\/*.funimation.com\/*"
]
}
]
} | |