Netflip

Finally, Netflix goes sideways when you do.

Apa itu Netflip?

Netflip adalah ekstensi Chrome yang dikembangkan oleh SLC, dan fitur utamanya adalah "Finally, Netflix goes sideways when you do.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Netflip

Unduh file ekstensi Netflip dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Netflip lets you to rotate your Chrome browser screen 90° clockwise or counter clockwise for the comfiest of horizontal binge-watching sessions. Forget sitting up straight or straining and craning your neck to watch while lying down. Netflix just got way more comfortable.                    

Informasi Dasar Ekstensi

Nama Netflip Netflip
ID oapgjaijhofipjnaienfoapbjdcehbpk
URL Resmi https://chromewebstore.google.com/detail/netflip/oapgjaijhofipjnaienfoapbjdcehbpk
Deskripsi Finally, Netflix goes sideways when you do.
Ukuran File 151 KB
Jumlah Instalasi 442
Versi Saat Ini 1.0.4
Terakhir Diperbarui 2017-11-03
Tanggal Publikasi 2017-11-03
Penilaian 2.19/5 Total 16 Penilaian
Pengembang SLC
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netflip",
    "short_name": "Netflip",
    "description": "Finally, Netflix goes sideways when you do.",
    "version": "1.0.4",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "css": [
                "inject.css"
            ],
            "js": [
                "jquery.min.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Flip yo flix!",
        "default_popup": "popup.html"
    }
}