Putlocker Watched Episode

Keep track of your episodes on Putlocker

Putlocker Watched Episodeคืออะไร?

Putlocker Watched Episode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ederyairr และคุณลักษณะหลักของมันคือ "Keep track of your episodes on Putlocker"

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

screenshot

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

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

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

                        Click the bullet or just open the link to mark as watched any episode.

Also, you can 'unwatch' an episode. You only need to hover the check mark and click the cross icon.                    

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

ชื่อ Putlocker Watched Episode Putlocker Watched Episode
ID dapgngnhlpfcgaiphdfnfmhkdfgfmggm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/putlocker-watched-episode/dapgngnhlpfcgaiphdfnfmhkdfgfmggm
คำอธิบาย Keep track of your episodes on Putlocker
ขนาดไฟล์ 43.29 KB
จำนวนการติดตั้ง 222
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2016-12-24
วันที่เผยแพร่ 2016-12-24
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา ederyairr
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Putlocker Watched Episode",
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/*.putlockers.ch\/watch-*"
    ],
    "description": "Keep track of your episodes on Putlocker",
    "version": "1.6",
    "background": {
        "page": "background\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.putlockers.ch\/watch-*"
            ],
            "js": [
                "background\/background.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon.png",
        "128": "icons\/icon-128.png"
    }
}