MangaDex Similar Manga

Similar manga recommendations for MangaDex.

Co to jest MangaDex Similar Manga?

MangaDex Similar Manga to rozszerzenie Chrome opracowane przez goldbattle, a jego główną funkcją jest „Similar manga recommendations for MangaDex.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia MangaDex Similar Manga

Pobierz pliki rozszerzeń MangaDex Similar Manga w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa MangaDex Similar Manga MangaDex Similar Manga
ID ghjofcifjnbpgfjbbnbeeipjlhnmbefl
Oficjalny URL https://chromewebstore.google.com/detail/mangadex-similar-manga/ghjofcifjnbpgfjbbnbeeipjlhnmbefl
Opis Similar manga recommendations for MangaDex.
Rozmiar pliku 32.18 KB
Liczba instalacji 168
Aktualna Wersja 0.3.1
Ostatnia Aktualizacja 2023-04-02
Data Publikacji 2020-08-30
Ocena 4.50/5 Łącznie 4 Oceny
Deweloper goldbattle
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/similar-manga/similar_chrome
Adres URL Strony Pomocy https://github.com/similar-manga/similar_chrome/issues
Obsługiwane Języki 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"
    }
}