MangaDex Similar Manga

Similar manga recommendations for MangaDex.

Co je MangaDex Similar Manga?

MangaDex Similar Manga je rozšíření Chrome vyvinuté goldbattle, a jeho hlavní funkcí je „Similar manga recommendations for MangaDex.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření MangaDex Similar Manga

Stáhněte si soubory rozšíření MangaDex Similar Manga ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název MangaDex Similar Manga MangaDex Similar Manga
ID ghjofcifjnbpgfjbbnbeeipjlhnmbefl
Oficiální URL https://chromewebstore.google.com/detail/mangadex-similar-manga/ghjofcifjnbpgfjbbnbeeipjlhnmbefl
Popis Similar manga recommendations for MangaDex.
Velikost souboru 32.18 KB
Počet instalací 168
Aktuální Verze 0.3.1
Poslední Aktualizace 2023-04-02
Datum Vydání 2020-08-30
Hodnocení 4.50/5 Celkem 4 Hodnocení
Vývojář goldbattle
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/similar-manga/similar_chrome
URL Stránky Nápovědy https://github.com/similar-manga/similar_chrome/issues
Podporované Jazyky 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"
    }
}