Aniwatch Plus

Aniwatch Plus is an unofficial extension which provides several UI improvements for https://aniwatch.me.

Aniwatch Plusคืออะไร?

Aniwatch Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Serraniel และคุณลักษณะหลักของมันคือ "Aniwatch Plus is an unofficial extension which provides several UI improvements for https://aniwatch.me."

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

screenshot

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

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

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

                        Aniwatch Plus is an unofficial browser extension which will improve your experience on https://aniwatch.me by adding features features to the website and improving the websites appearance.

Current features are:
* Conversion to local time
* Quick Search
* Improved list representation
* Better highlighting of your own anime requests
* Better presentation of available audio and subtitles
* Display notification count in tab title
* Autoplay after screenshot                    

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

ชื่อ Aniwatch Plus Aniwatch Plus
ID hgniihpjiioldkafogebpkbaiflmpimb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/aniwatch-plus/hgniihpjiioldkafogebpkbaiflmpimb
คำอธิบาย Aniwatch Plus is an unofficial extension which provides several UI improvements for https://aniwatch.me.
ขนาดไฟล์ 46.64 KB
จำนวนการติดตั้ง 612
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2021-02-20
วันที่เผยแพร่ 2020-10-03
คะแนน 4.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Serraniel
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Serraniel/AniwatchPlus
URL หน้าช่วยเหลือ https://github.com/Serraniel/AniwatchPlus/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Aniwatch Plus",
    "short_name": "AW+",
    "version": "1.1.0.0",
    "version_name": "1.1",
    "description": "Aniwatch Plus is an unofficial extension which provides several UI improvements for https:\/\/aniwatch.me.",
    "permissions": [
        "storage",
        "*:\/\/aniwatch.me\/*"
    ],
    "manifest_version": 2,
    "author": "Serraniel",
    "homepage_url": "https:\/\/github.com\/Serraniel\/AniwatchPlus",
    "icons": {
        "48": "images\/icon\/icon_48.png",
        "96": "images\/icon\/icon_96.png"
    },
    "options_ui": {
        "page": "html\/settings.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/aniwatch.me\/*"
            ],
            "js": [
                "javascript\/common.min.js",
                "javascript\/app.min.js"
            ],
            "css": [
                "stylesheets\/aniwatchplus.min.css"
            ],
            "run_at": "document_end"
        }
    ]
}