Funimation Dark Mode
Dark Mode for Funimation
Hvad er Funimation Dark Mode?
Funimation Dark Mode er en Chrome-udvidelse udviklet af tavovnt, og dens hovedfunktion er "Dark Mode for Funimation".
Udvidelsesskærmbilleder
Download Funimation Dark Mode-udvidelses-CRX-fil
Download Funimation Dark Mode-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Here's a sleek dark skin design of the well known Funimation website. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | jebjmpoblhckkhjpegbcgpbhdpalbpih |
| Officiel URL | https://chromewebstore.google.com/detail/funimation-dark-mode/jebjmpoblhckkhjpegbcgpbhdpalbpih |
| Beskrivelse | Dark Mode for Funimation |
| Filstørrelse | 13.19 KB |
| Antal Installationer | 1,467 |
| Nuværende Version | 1.02 |
| Senest Opdateret | 2021-03-06 |
| Udgivelsesdato | 2020-08-04 |
| Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
| Udvikler | tavovnt |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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\/*"
]
}
]
} | |