MangaDex Similar Manga

Similar manga recommendations for MangaDex.

MangaDex Similar Manga क्या है?

MangaDex Similar Manga goldbattle द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Similar manga recommendations for MangaDex."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MangaDex Similar Manga एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}