Still Here
Automatically tell Netflix you're still there
Still Hereคืออะไร?
Still Here เป็นส่วนขยายของ Chrome ที่พัฒนาโดย irwing และคุณลักษณะหลักของมันคือ "Automatically tell Netflix you're still there"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Still Here
ดาวน์โหลดไฟล์ส่วนขยาย Still Here ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
No more Netflix asking you if you're still there.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Still Here |
ID | einlccdnblainedghjekipohnodkgpno |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/still-here/einlccdnblainedghjekipohnodkgpno |
คำอธิบาย | Automatically tell Netflix you're still there |
ขนาดไฟล์ | 18.85 KB |
จำนวนการติดตั้ง | 44 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2016-03-29 |
วันที่เผยแพร่ | 2016-03-29 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | irwing |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://stillhere.irwingreza.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Still Here", "description": "Automatically tell Netflix you're still there", "version": "1.0.0", "icons": { "128": "icon_128.png", "256": "icon_256.png" }, "author": "Irwing Reza", "short_name": "Still Here", "background": { "scripts": [ "netflix.js" ] }, "permissions": [ "tabs", "activeTab", "*:\/\/*.netflix.com\/watch*" ] } |