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