Netflixer
Removes all the big stuff you don't want to see from Netflix (so you can finally browse in a normal manner again).
Netflixerคืออะไร?
Netflixer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MoCo และคุณลักษณะหลักของมันคือ "Removes all the big stuff you don't want to see from Netflix (so you can finally browse in a normal manner again)."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Netflixer
ดาวน์โหลดไฟล์ส่วนขยาย Netflixer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When you open Netflix you see two big billboards: one for the some originals (which will play automatically when you hover it including sound) and one for a specific Netflix original. This extension removes those billboards and adds a button in the header 'Show billboards' which will toggle these billboards (so you can still see them).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hfgjopmkbmeincmdahgpogmdakekgilm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/netflixer/hfgjopmkbmeincmdahgpogmdakekgilm |
คำอธิบาย | Removes all the big stuff you don't want to see from Netflix (so you can finally browse in a normal manner again). |
ขนาดไฟล์ | 37.6 KB |
จำนวนการติดตั้ง | 417 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2016-09-13 |
วันที่เผยแพร่ | 2016-09-13 |
คะแนน | 4.57/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | MoCo |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflixer", "version": "1.0.0", "manifest_version": 2, "icons": { "16": "res\/nf-logo-16.png", "48": "res\/nf-logo-48.png", "128": "res\/nf-logo-128.png" }, "description": "Removes all the big stuff you don't want to see from Netflix (so you can finally browse in a normal manner again).", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "all_frames": true, "matches": [ "*:\/\/*.netflix.com\/*" ], "js": [ "jquery-2.1.1.min.js", "content.js" ], "css": [ "content.css" ], "run_at": "document_end" } ] } |