Watched

Keep track of episodes from your favorite TV shows.

Watchedคืออะไร?

Watched เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ayala Nakashima Barbosa และคุณลักษณะหลักของมันคือ "Keep track of episodes from your favorite TV shows."

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

screenshot
screenshot
screenshot

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

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

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

                        - Episode list, with each episode's name, airdate, and summary (if available)
- Progress bar for each TV series with how many episodes have been watched
- Schedule with upcoming and previously aired episodes
- Custom episode links so you can google, stream, or "whatever" an episode
- Chrome sync to keep information consistent across multiple devices
- No sign up needed :)                    

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

ชื่อ Watched Watched
ID hdnfenemdaacjjgcjeifpdefnmlcogel
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/watched/hdnfenemdaacjjgcjeifpdefnmlcogel
คำอธิบาย Keep track of episodes from your favorite TV shows.
ขนาดไฟล์ 51.25 KB
จำนวนการติดตั้ง 5,634
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2017-08-12
วันที่เผยแพร่ 2017-08-12
คะแนน 4.67/5 รวมทั้งหมด 66 คะแนน
ผู้พัฒนา Ayala Nakashima Barbosa
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Watched",
    "short_name": "Watched",
    "description": "Keep track of episodes from your favorite TV shows.",
    "version": "1.2",
    "author": "Ayala Nakashima Barbosa",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/tv16.png",
        "48": "icons\/tv48.png",
        "128": "icons\/tv128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/tv19.png",
            "38": "icons\/tv38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Watched"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}