MangaDex Similar Manga

Similar manga recommendations for MangaDex.

Qu'est-ce que MangaDex Similar Manga ?

MangaDex Similar Manga est une extension Chrome développée par goldbattle, et sa fonction principale est "Similar manga recommendations for MangaDex.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension MangaDex Similar Manga

Téléchargez les fichiers d'extension MangaDex Similar Manga au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom MangaDex Similar Manga MangaDex Similar Manga
ID ghjofcifjnbpgfjbbnbeeipjlhnmbefl
URL Officiel https://chromewebstore.google.com/detail/mangadex-similar-manga/ghjofcifjnbpgfjbbnbeeipjlhnmbefl
Description Similar manga recommendations for MangaDex.
Taille du Fichier 32.18 KB
Nombre d'Installations 168
Version Actuelle 0.3.1
Dernière Mise à Jour 2023-04-02
Date de Publication 2020-08-30
Évaluation 4.50/5 Total 4 Évaluations
Développeur goldbattle
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/similar-manga/similar_chrome
URL de la Page d'Aide https://github.com/similar-manga/similar_chrome/issues
Langues Prises en Charge 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"
    }
}