Myanimelist Redesign

A redesigned user interface for Myanimelist with multiple themes and layout improvements

Myanimelist Redesignคืออะไร?

Myanimelist Redesign เป็นส่วนขยายของ Chrome ที่พัฒนาโดย webdesigner.hritik และคุณลักษณะหลักของมันคือ "A redesigned user interface for Myanimelist with multiple themes and layout improvements"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Myanimelist Redesign

ดาวน์โหลดไฟล์ส่วนขยาย Myanimelist Redesign ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Myanimelist redesign forum:  
Link: https://myanimelist.net/forum/?topicid=1879949
You can give your feedback, report issues and communicate with me directly on the forum.

Changes in version: 1.7.5
- Bug fixes

Changes in version: 1.7.4
- Bug fixes as reported by some users.
- Transition from manifest 2 to manifest 3
- Minimum chrome version required 88
- BBcode editor removed in favor of Myanimelist's new sceditor

Features:
* Entire Website is reskinned for cleaner and modern interface.
* Loading screen
* Custom sliders with multiple functions. You can now click and drag sliders.
* Cleaner Forums with Compact mode.
* Section Toggling ability for Anime and Manga pages
* New layout for Homepage, Anime & Manga pages and Profile Page.
* Multiple color themes. 
* BBcode Editor.

"Myanimelist Redesign" is a browser extension under the parent project "Project Redesign" and aims to provide a new and modern look to the popular anime website "myanimelist.net".

-The extension is for the PC version of the website.
- Compatible with MALSync.
-The extension will allow you to surf myanimelist.net in a new and modern interface without losing the feel of MAL.
-Just install the extension and use the website like you usually do.
-Make sure that any other extension that also affect the design of MAL is uninstalled, because similar extensions that affect the same websites may/may-not cause bugs when installed together.
-You can toggle the extension, provide feedback or report bugs from extension menu in Myanimlist's navbar.

The extension will be regularly updated to:
-Resolve user issues
-Improve on design and performance

*It's a simple plugin and don't harm your privacy & system in anyway.
Parent Project: https://hritikvaishnav.github.io/Project-Redesign/
Source Code: https://github.com/HritikVaishnav/Myanimelist-Redesigned                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Myanimelist Redesign Myanimelist Redesign
ID knegaeodgehajemjpfbhlgjdcloklkal
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/myanimelist-redesign/knegaeodgehajemjpfbhlgjdcloklkal
คำอธิบาย A redesigned user interface for Myanimelist with multiple themes and layout improvements
ขนาดไฟล์ 2.79 MB
จำนวนการติดตั้ง 2,571
เวอร์ชันปัจจุบัน 1.7.5
อัปเดตครั้งล่าสุด 2023-05-02
วันที่เผยแพร่ 2020-11-27
คะแนน 4.85/5 รวมทั้งหมด 55 คะแนน
ผู้พัฒนา webdesigner.hritik
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://hritikvaishnav.github.io/Project-Redesign/public/mal.html
URL หน้าช่วยเหลือ https://forms.gle/bG6ArBeVn2H9Fdjq6
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Myanimelist Redesign",
    "description": "A redesigned user interface for Myanimelist with multiple themes and layout improvements",
    "version": "1.7.5",
    "minimum_chrome_version": "88",
    "icons": {
        "128": "images\/logo.png",
        "256": "images\/logo_256.png",
        "512": "images\/logo_512.png"
    },
    "action": {
        "default_icon": "images\/logo.png",
        "default_popup": "menu\/menu.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/myanimelist.net\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/myanimelist.net\/*"
            ],
            "js": [
                "javascript\/anime.min.js",
                "javascript\/hammer.min.js",
                "javascript\/functionX.js",
                "javascript\/mal_redesigned.js"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/myanimelist.net\/ownlist\/*"
            ],
            "js": [
                "javascript\/mal_redesigned_iframe.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}