Netflix and Chill
This extension, when on, turns Netflix videos off after 5 minutes and opens up What's Goin' On by Marvin Gaye on Youtube
Netflix and Chillคืออะไร?
Netflix and Chill เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ranneyd และคุณลักษณะหลักของมันคือ "This extension, when on, turns Netflix videos off after 5 minutes and opens up What's Goin' On by Marvin Gaye on Youtube"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Netflix and Chill
ดาวน์โหลดไฟล์ส่วนขยาย Netflix and Chill ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension, when on, turns Netflix videos off after 5 minutes and opens up What's Goin' On by Marvin Gaye on Youtube
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ddncfkfmfenleahgbgmdbnfdbjohmool |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/netflix-and-chill/ddncfkfmfenleahgbgmdbnfdbjohmool |
คำอธิบาย | This extension, when on, turns Netflix videos off after 5 minutes and opens up What's Goin' On by Marvin Gaye on Youtube |
ขนาดไฟล์ | 23.14 KB |
จำนวนการติดตั้ง | 35 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-11-24 |
วันที่เผยแพร่ | 2015-11-23 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | ranneyd |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0", "name": "Netflix and Chill", "description": "This extension, when on, turns Netflix videos off after 5 minutes and opens up What's Goin' On by Marvin Gaye on Youtube", "icons": { "128": "icon-inverse128.png", "16": "icon-inverse16.png", "48": "icon-inverse48.png" }, "background": { "scripts": [ "chill.js" ] }, "browser_action": { "default_icon": "icon-inverse48.png", "default_title": "Initiate Chill Sequence" }, "permissions": [ "activeTab" ] } |