Funimation Dark Mode
Dark Mode for Funimation
Vad är Funimation Dark Mode?
Funimation Dark Mode är en Chrome-tillägg utvecklad av tavovnt, och dess huvudfunktion är "Dark Mode for Funimation".
Tilläggsskärmbilder
Ladda ner Funimation Dark Mode-förlängningens CRX-fil
Ladda ner Funimation Dark Mode-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Here's a sleek dark skin design of the well known Funimation website. Grundläggande Information om Tillägg
| Namn | |
| ID | jebjmpoblhckkhjpegbcgpbhdpalbpih |
| Officiell webbadress | https://chromewebstore.google.com/detail/funimation-dark-mode/jebjmpoblhckkhjpegbcgpbhdpalbpih |
| Beskrivning | Dark Mode for Funimation |
| Filstorlek | 13.19 KB |
| Antal Installationer | 1,467 |
| Aktuell Version | 1.02 |
| Senast Uppdaterad | 2021-03-06 |
| Publiceringsdatum | 2020-08-04 |
| Betyg | 5.00/5 Totalt 5 Betyg |
| Utvecklare | tavovnt |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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\/*"
]
}
]
} | |