MangaDex Similar Manga
Similar manga recommendations for MangaDex.
Cos'è MangaDex Similar Manga?
MangaDex Similar Manga è un'estensione di Chrome sviluppata da goldbattle, e la sua funzione principale è "Similar manga recommendations for MangaDex.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MangaDex Similar Manga
Scarica i file di estensione MangaDex Similar Manga 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
This extension adds similar manga recommendations on the MangaDex website. These similar recommendations are per-manga and based on the genre and description content of each manga. The similar tab allows for discovery of manga which are similar and might be of interest if you want to see a manga with the same content. 12/04/2022 Should try to add the similar button more robustly 09/26/2022 Updated for V5 frontend rewrite! If you have any issue please open an issue on the Github repository: https://github.com/similar-manga/similar https://github.com/similar-manga/similar_chrome
Informazioni di Base sull'Estensione
Nome | MangaDex Similar Manga |
ID | ghjofcifjnbpgfjbbnbeeipjlhnmbefl |
URL Ufficiale | https://chromewebstore.google.com/detail/mangadex-similar-manga/ghjofcifjnbpgfjbbnbeeipjlhnmbefl |
Descrizione | Similar manga recommendations for MangaDex. |
Dimensione del File | 32.18 KB |
Conteggio Installazioni | 168 |
Versione Corrente | 0.3.1 |
Ultimo Aggiornamento | 2023-04-02 |
Data di Pubblicazione | 2020-08-30 |
Valutazione | 4.50/5 Totale 4 Valutazioni |
Sviluppatore | goldbattle |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/similar-manga/similar_chrome |
URL della Pagina di Aiuto | https://github.com/similar-manga/similar_chrome/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "MangaDex Similar Manga", "version": "0.3.1", "description": "Similar manga recommendations for MangaDex.", "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/mangadex.org\/*" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |