Autoskip Netflix Intro

Skip the intro's on netflix

Apa itu Autoskip Netflix Intro?

Autoskip Netflix Intro adalah ekstensi Chrome yang dikembangkan oleh Lukas Demeyere, dan fitur utamanya adalah "Skip the intro's on netflix".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Autoskip Netflix Intro

Unduh file ekstensi Autoskip Netflix Intro 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

                        Binging your favourite show and getting tired of clicking the button to skip the intro of your Netflix episode? This extension does this automatically for you. You can easy enable/disable this feature.

Skip to Next Episode

 --- You need to refresh your Netflix tab so the extension is loaded and can skip the intro automatically. ---                    

Informasi Dasar Ekstensi

Nama Autoskip Netflix Intro Autoskip Netflix Intro
ID olljgnejdhpmoolooihgcdoannkfodji
URL Resmi https://chromewebstore.google.com/detail/autoskip-netflix-intro/olljgnejdhpmoolooihgcdoannkfodji
Deskripsi Skip the intro's on netflix
Ukuran File 463 KB
Jumlah Instalasi 158
Versi Saat Ini 0.0.5
Terakhir Diperbarui 2023-04-13
Tanggal Publikasi 2020-06-10
Penilaian 2.78/5 Total 9 Penilaian
Pengembang Lukas Demeyere
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Autoskip Netflix Intro",
    "version": "0.0.5",
    "manifest_version": 3,
    "description": "Skip the intro's on netflix",
    "icons": {
        "16": "icons\/netskips16.png",
        "48": "icons\/netskips48.png",
        "128": "icons\/netskips128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Start skipping"
    },
    "permissions": [
        "storage"
    ]
}