No Netflix Originals

Removes the massive pane of Netflix Originals from the Netflix browse page.

No Netflix Originalsคืออะไร?

No Netflix Originals เป็นส่วนขยายของ Chrome ที่พัฒนาโดย inniss.co และคุณลักษณะหลักของมันคือ "Removes the massive pane of Netflix Originals from the Netflix browse page."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย No Netflix Originals

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

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

                                            

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

ชื่อ No Netflix Originals No Netflix Originals
ID nganikhoddkhhckmoejladbndgngnlcg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/no-netflix-originals/nganikhoddkhhckmoejladbndgngnlcg
คำอธิบาย Removes the massive pane of Netflix Originals from the Netflix browse page.
ขนาดไฟล์ 44.66 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 2.4
อัปเดตครั้งล่าสุด 2019-01-07
วันที่เผยแพร่ 2019-01-07
คะแนน 2.76/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา inniss.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://bradley.im
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Netflix Originals",
    "description": "Removes the massive pane of Netflix Originals from the Netflix browse page.",
    "version": "2.4",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.netflix.com\/*",
                "https:\/\/www.netflix.com\/*",
                "https:\/\/www.netflix.com\/ManageProfiles"
            ],
            "run_at": "document_end",
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 2
}