CrunchyScore - MAL Score on Crunchyroll
Add MyAnimeList Ranking on Crunchyroll page
Hvad er CrunchyScore - MAL Score on Crunchyroll?
CrunchyScore - MAL Score on Crunchyroll er en Chrome-udvidelse udviklet af befabri, og dens hovedfunktion er "Add MyAnimeList Ranking on Crunchyroll page".
Udvidelsesskærmbilleder
Download CrunchyScore - MAL Score on Crunchyroll-udvidelses-CRX-fil
Download CrunchyScore - MAL Score on Crunchyroll-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
Explore Crunchyroll in a new way. Say goodbye to extra tabs and access MyAnimeList anime ratings right within Crunchyroll!
Discover a variety of customizable features that seamlessly integrate anime scores into your Crunchyroll browsing.
The scores are available on the following pages:
- Popular
- Newest
- Simulcast
- Videos (Genres)
Customize the Look with this options:
- Score Text Color
- Score Label
- Decimal Precision
- Sorting
To access these options, click on the extension icon to bring up the pop-up window. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | coiidbjimmeojgdkclafjccnhgenmmbi |
| Officiel URL | https://chromewebstore.google.com/detail/crunchyscore-mal-score-on/coiidbjimmeojgdkclafjccnhgenmmbi |
| Beskrivelse | Add MyAnimeList Ranking on Crunchyroll page |
| Filstørrelse | 40.95 KB |
| Antal Installationer | 48 |
| Nuværende Version | 0.0.6 |
| Senest Opdateret | 2024-02-05 |
| Udgivelsesdato | 2023-06-07 |
| Udvikler | befabri |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://crunchyscore.app/ |
| URL til Fortrolighedspolitik Side | https://crunchyscore.app/privacy |
| Understøttede Sprog | de,en,fr,nl,es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "CrunchyScore - MAL Score on Crunchyroll",
"version": "0.0.6",
"description": "__MSG_extensionDescription__",
"icons": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"action": {
"default_popup": "popup\/popup.html"
},
"default_locale": "en",
"permissions": [
"activeTab",
"storage"
],
"host_permissions": [
"https:\/\/www.crunchyroll.com\/",
"https:\/\/api.crunchyscore.app\/"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.crunchyroll.com\/*"
],
"js": [
"content.js"
]
}
]
} | |