MangaDex Similar Manga

Similar manga recommendations for MangaDex.

Τι είναι το MangaDex Similar Manga;

Το MangaDex Similar Manga είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον goldbattle, και η κύρια λειτουργία του είναι "Similar manga recommendations for MangaDex.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης MangaDex Similar Manga

Λήψη αρχείων επέκτασης MangaDex Similar Manga σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα MangaDex Similar Manga MangaDex Similar Manga
ID ghjofcifjnbpgfjbbnbeeipjlhnmbefl
Επίσημο URL https://chromewebstore.google.com/detail/mangadex-similar-manga/ghjofcifjnbpgfjbbnbeeipjlhnmbefl
Περιγραφή Similar manga recommendations for MangaDex.
Μέγεθος Αρχείου 32.18 KB
Αριθμός Εγκαταστάσεων 168
Τρέχουσα Έκδοση 0.3.1
Τελευταία Ενημέρωση 2023-04-02
Ημερομηνία Δημοσίευσης 2020-08-30
Αξιολόγηση 4.50/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής goldbattle
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/similar-manga/similar_chrome
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/similar-manga/similar_chrome/issues
Υποστηριζόμενες Γλώσσες 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"
    }
}