Aniwatch Plus
Aniwatch Plus is an unofficial extension which provides several UI improvements for https://aniwatch.me.
Was ist Aniwatch Plus?
Aniwatch Plus ist eine Chrome-Erweiterung, die von Serraniel entwickelt wurde, und ihr Hauptmerkmal ist "Aniwatch Plus is an unofficial extension which provides several UI improvements for https://aniwatch.me.".
Erweiterungsscreenshots
Aniwatch Plus-Erweiterungs-CRX-Datei herunterladen
Laden Sie Aniwatch Plus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Aniwatch Plus is an unofficial browser extension which will improve your experience on https://aniwatch.me by adding features features to the website and improving the websites appearance.
Current features are:
* Conversion to local time
* Quick Search
* Improved list representation
* Better highlighting of your own anime requests
* Better presentation of available audio and subtitles
* Display notification count in tab title
* Autoplay after screenshot Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hgniihpjiioldkafogebpkbaiflmpimb |
| Offizielle URL | https://chromewebstore.google.com/detail/aniwatch-plus/hgniihpjiioldkafogebpkbaiflmpimb |
| Beschreibung | Aniwatch Plus is an unofficial extension which provides several UI improvements for https://aniwatch.me. |
| Dateigröße | 46.64 KB |
| Installationsanzahl | 612 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2021-02-20 |
| Veröffentlichungsdatum | 2020-10-03 |
| Bewertung | 4.67/5 Insgesamt 6 Bewertungen |
| Entwickler | Serraniel |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/Serraniel/AniwatchPlus |
| Hilfeseite URL | https://github.com/Serraniel/AniwatchPlus/issues |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Aniwatch Plus",
"short_name": "AW+",
"version": "1.1.0.0",
"version_name": "1.1",
"description": "Aniwatch Plus is an unofficial extension which provides several UI improvements for https:\/\/aniwatch.me.",
"permissions": [
"storage",
"*:\/\/aniwatch.me\/*"
],
"manifest_version": 2,
"author": "Serraniel",
"homepage_url": "https:\/\/github.com\/Serraniel\/AniwatchPlus",
"icons": {
"48": "images\/icon\/icon_48.png",
"96": "images\/icon\/icon_96.png"
},
"options_ui": {
"page": "html\/settings.html",
"open_in_tab": false
},
"content_scripts": [
{
"matches": [
"*:\/\/aniwatch.me\/*"
],
"js": [
"javascript\/common.min.js",
"javascript\/app.min.js"
],
"css": [
"stylesheets\/aniwatchplus.min.css"
],
"run_at": "document_end"
}
]
} | |