Anime episode tracker

Track latest episodes of anime you are watching

Anime episode trackerคืออะไร?

Anime episode tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย glepur และคุณลักษณะหลักของมันคือ "Track latest episodes of anime you are watching"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Anime episode tracker

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

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

                        If you often forget what is the last episode you watched on specific anime get this extension. It saves latest episode of every anime you watched, you can easily come back to that episode and watch next.

*Note: Currently works only with animefreak.tv                    

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

ชื่อ Anime episode tracker Anime episode tracker
ID nmdmdpkkcdahmailooblnbdbcbakmbkp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/anime-episode-tracker/nmdmdpkkcdahmailooblnbdbcbakmbkp
คำอธิบาย Track latest episodes of anime you are watching
ขนาดไฟล์ 43.47 KB
จำนวนการติดตั้ง 1,146
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2014-08-16
วันที่เผยแพร่ 2014-08-16
คะแนน 4.25/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา glepur
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anime episode tracker",
    "description": "Track latest episodes of anime you are watching",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}