Netflix Continue Watching

Moves the 'Continue Watching' section to the top of your Netflix page!

Apa itu Netflix Continue Watching?

Netflix Continue Watching adalah ekstensi Chrome yang dikembangkan oleh michaelcook.tech, dan fitur utamanya adalah "Moves the 'Continue Watching' section to the top of your Netflix page!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Netflix Continue Watching

Unduh file ekstensi Netflix Continue Watching 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

                        Moves the 'Continue Watching' section to the top of your Netflix page!                    

Informasi Dasar Ekstensi

Nama Netflix Continue Watching Netflix Continue Watching
ID oaebpedoiblbapimeeeclbapilnmlpgm
URL Resmi https://chrome.google.com/webstore/detail/netflix-continue-watching/oaebpedoiblbapimeeeclbapilnmlpgm
Deskripsi Moves the 'Continue Watching' section to the top of your Netflix page!
Ukuran File 133 KB
Jumlah Instalasi 890
Versi Saat Ini 1.0.4
Terakhir Diperbarui 2016-10-06
Tanggal Publikasi 2016-10-06
Penilaian 2.80/5 Total 10 Penilaian
Pengembang michaelcook.tech
Tipe Pembayaran free
Situs Ekstensi http://yays.co
Bahasa yang Didukung en-GB
manifest.json
{
    "name": "Netflix Continue Watching",
    "version": "1.0.4",
    "description": "Moves the 'Continue Watching' section to the top of your Netflix page!",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "activeTab",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": {
            "16": "icon16.png",
            "19": "icon19.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_icon": {
            "16": "icon16.png",
            "19": "icon19.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/browse"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}