Aniwatch Plus
Aniwatch Plus is an unofficial extension which provides several UI improvements for https://aniwatch.me.
Cos'è Aniwatch Plus?
Aniwatch Plus è un'estensione di Chrome sviluppata da Serraniel, e la sua funzione principale è "Aniwatch Plus is an unofficial extension which provides several UI improvements for https://aniwatch.me.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Aniwatch Plus
Scarica i file di estensione Aniwatch Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | hgniihpjiioldkafogebpkbaiflmpimb |
| URL Ufficiale | https://chromewebstore.google.com/detail/aniwatch-plus/hgniihpjiioldkafogebpkbaiflmpimb |
| Descrizione | Aniwatch Plus is an unofficial extension which provides several UI improvements for https://aniwatch.me. |
| Dimensione del File | 46.64 KB |
| Conteggio Installazioni | 612 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2021-02-20 |
| Data di Pubblicazione | 2020-10-03 |
| Valutazione | 4.67/5 Totale 6 Valutazioni |
| Sviluppatore | Serraniel |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/Serraniel/AniwatchPlus |
| URL della Pagina di Aiuto | https://github.com/Serraniel/AniwatchPlus/issues |
| Lingue Supportate | 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"
}
]
} | |