Netflix™ Billboard Banner Hider
Hides the large "Billboard" banner at the top of the Netflix™ homepage.
Netflix™ Billboard Banner Hiderคืออะไร?
Netflix™ Billboard Banner Hider เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JG และคุณลักษณะหลักของมันคือ "Hides the large "Billboard" banner at the top of the Netflix™ homepage."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Netflix™ Billboard Banner Hider
ดาวน์โหลดไฟล์ส่วนขยาย Netflix™ Billboard Banner Hider ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Hides the large "Billboard" banner at the top of the Netflix homepage.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Netflix™ Billboard Banner Hider |
ID | iiccgglbjljnekmhjfgpddnhmbihpaoe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/netflix-billboard-banner/iiccgglbjljnekmhjfgpddnhmbihpaoe |
คำอธิบาย | Hides the large "Billboard" banner at the top of the Netflix™ homepage. |
ขนาดไฟล์ | 7.78 KB |
จำนวนการติดตั้ง | 177 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2015-07-04 |
วันที่เผยแพร่ | 2015-07-04 |
คะแนน | 5.00/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | JG |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix\u2122 Billboard Banner Hider", "short_name": "Netflix\u2122 Billboard Hider", "description": "Hides the large \"Billboard\" banner at the top of the Netflix\u2122 homepage.", "version": "0.0.2", "icons": { "48": "res\/netflix48.png", "128": "res\/netflix128.png" }, "content_scripts": [ { "css": [ "netflix_hider.css" ], "matches": [ "*:\/\/*.netflix.com\/*", "*:\/\/netflix.com\/*" ] } ], "manifest_version": 2 } |