Anilist+ for Anilist
Enhanced AniList experience
Co je Anilist+ for Anilist?
Anilist+ for Anilist je rozšíření Chrome vyvinuté hschweitzer, a jeho hlavní funkcí je „Enhanced AniList experience“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Anilist+ for Anilist
Stáhněte si soubory rozšíření Anilist+ for Anilist ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Current features (0.4):
- Proper 'Studio' tab on anime pages
- Improved readability of the progress for users with grey theme when using grid lists
- Scores in Anime and Manga lists are highlighted from red to green
- You no longer need to scroll to the top of the page yourself after clicking certain links.
Chrome version:
https://github.com/hschweitzer/AniList-Plus
Mozilla version:
https://addons.mozilla.org/en-US/firefox/addon/anilist-plus/
https://github.com/hschweitzer/Anilist-Plus-Firefox Základní Informace o Rozšíření
| Název | |
| ID | elpfbellmnhbenkcdofdbdkneppoekhl |
| Oficiální URL | https://chromewebstore.google.com/detail/anilist+-for-anilist/elpfbellmnhbenkcdofdbdkneppoekhl |
| Popis | Enhanced AniList experience |
| Velikost souboru | 17.72 KB |
| Počet instalací | 899 |
| Aktuální Verze | 0.4.2 |
| Poslední Aktualizace | 2020-07-22 |
| Datum Vydání | 2019-04-09 |
| Hodnocení | 4.50/5 Celkem 2 Hodnocení |
| Vývojář | hschweitzer |
| [email protected] | |
| Typ Platby | free |
| Podporované Jazyky | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Anilist+ for Anilist",
"version": "0.4.2",
"description": "Enhanced AniList experience",
"page_action": {
"default_title": "AniList+ for Anilist",
"default_icon": {
"16": "images\/icon.png",
"32": "images\/icon.png",
"64": "images\/icon.png",
"128": "images\/icon-128.png"
}
},
"author": "rirrsmo & hadrian",
"content_scripts": [
{
"matches": [
"*:\/\/anilist.co\/*"
],
"js": [
"list_visual_changes.js",
"content-script.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"minimum_chrome_version": "50",
"permissions": [
"*:\/\/anilist.co\/*"
],
"short_name": "AniList+",
"icons": {
"16": "images\/icon.png",
"32": "images\/icon.png",
"64": "images\/icon.png",
"128": "images\/icon-128.png"
}
} | |