UNOFFICIAL Anilist Updater

Update Anilists in your browser

UNOFFICIAL Anilist Updaterคืออะไร?

UNOFFICIAL Anilist Updater เป็นส่วนขยายของ Chrome ที่พัฒนาโดย globinguy และคุณลักษณะหลักของมันคือ "Update Anilists in your browser"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UNOFFICIAL Anilist Updater

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

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

                        Update your Anilists with this simple Chrome extension!
Browse your currently watching or currently reading anime and manga!
Update your progress, on the aforementioned media!
Thats really about it.

If you haven't already, make an account now at: 
https://anilist.co/
Also check out this project on Github: 
https://github.com/Globinguy/Unofficial-Anilist-Chrome-Extension                    

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

ชื่อ UNOFFICIAL Anilist Updater UNOFFICIAL Anilist Updater
ID ggjlaakenonjlionbnebgnnolhmplbje
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/unofficial-anilist-update/ggjlaakenonjlionbnebgnnolhmplbje
คำอธิบาย Update Anilists in your browser
ขนาดไฟล์ 16.35 KB
จำนวนการติดตั้ง 87
เวอร์ชันปัจจุบัน 0.0.8
อัปเดตครั้งล่าสุด 2019-04-17
วันที่เผยแพร่ 2019-04-17
คะแนน 4.88/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา globinguy
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UNOFFICIAL Anilist Updater",
    "description": "Update Anilists in your browser",
    "version": "0.0.8",
    "permissions": [
        "storage",
        "identity"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "64": "images\/icon-64.png"
        },
        "default_title": "Anilist Menu",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png"
    },
    "manifest_version": 2
}