Multi Skipper: Skip ads, intros & recaps

Automatically skip ads on your favorite streaming platforms.

Τι είναι το Multi Skipper: Skip ads, intros & recaps;

Το Multi Skipper: Skip ads, intros & recaps είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Streaming Extensions, και η κύρια λειτουργία του είναι "Automatically skip ads on your favorite streaming platforms.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Multi Skipper: Skip ads, intros & recaps

Λήψη αρχείων επέκτασης Multi Skipper: Skip ads, intros & recaps σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Automatically skip ads on your favorite streaming platforms.

Skip Ad is now Multi Skipper.

Are you looking for AdSkipper for Netflix? You are in the right place! Skip ads like a pro without a single click. Multi Skipper will take care of all the Skip buttons, giving you the pleasure of uninterrupted binge-watching.

In the latest update, we expanded the skipping options to all major streaming platforms. Now you can disable ads on Netflix, Disney+, Prime Video and more of your favorite streaming platforms.

 [Works also with MAX in US]

How does it work? 
Multi Skipper will detect the skip button as soon as it appears on the screen and jump straight to the video. It is up to you to decide what to skip:

⏭️ Skip Ads
⏭️ Skip Intros
⏭️ Skip Recaps
⏭️ Automatically go to the Next Episode
⏭️ Continue watching

All the options are on by default. To change the settings go to the extension’s control panel: Open Chrome → Go to Extensions (small puzzle piece icon) → Click on Multi Skipper icon → Use the toggles to customize Skipper’s options.

You’re all set! One extension to save you time, muscles, and keyboard buttons. 

❗ Please note that this extension was developed and tested for the English version only. It may not work for other languages or if the "skip" button is not available by default. 

***Disclaimer: All product and company names are trademarks or registered trademarks of their respective holders. This website & extensions hold no association or affiliation with them or any third-party companies.***                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Multi Skipper: Skip ads, intros & recaps Multi Skipper: Skip ads, intros & recaps
ID bimlffinhbdhgpomhngmnhidjgnfcnoc
Επίσημο URL https://chromewebstore.google.com/detail/multi-skipper-skip-ads-in/bimlffinhbdhgpomhngmnhidjgnfcnoc
Περιγραφή Automatically skip ads on your favorite streaming platforms.
Μέγεθος Αρχείου 743 KB
Αριθμός Εγκαταστάσεων 8,202
Τρέχουσα Έκδοση 2.2.17
Τελευταία Ενημέρωση 2024-03-05
Ημερομηνία Δημοσίευσης 2020-01-19
Αξιολόγηση 4.03/5 Συνολικά 33 Αξιολογήσεις
Προγραμματιστής Streaming Extensions
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.vodextended.com/privacy_policy
Υποστηριζόμενες Γλώσσες de,en,fr,es,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "2.2.17",
    "icons": {
        "128": "multiSkipper128.png",
        "36": "multiSkipper36.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "multiSkipper128.png"
    },
    "permissions": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.apple.com\/*",
        "*:\/\/*.disneyplus.com\/*",
        "*:\/\/*.bamgrid.com\/*",
        "*:\/\/*.hbomax.com\/*",
        "*:\/\/*.max.com\/*",
        "*:\/\/*.hbo.com\/*",
        "*:\/\/*.hulu.com\/*",
        "*:\/\/*.netflix.com\/*",
        "*:\/\/*.paramountplus.com\/*",
        "*:\/\/*.peacocktv.com\/*",
        "*:\/\/*.primevideo.com\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.co.jp\/*",
        "*:\/\/*.tubitv.com\/*",
        "*:\/\/*.pluto.tv\/*",
        "*:\/\/*.adultswim.com\/*",
        "*:\/\/*.crunchyroll.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "options.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*.disneyplus.com\/*",
                "*:\/\/*.hbomax.com\/*",
                "*:\/\/*.hbo.com\/*",
                "*:\/\/*.max.com\/*",
                "*:\/\/*.hulu.com\/*",
                "*:\/\/*.netflix.com\/*",
                "*:\/\/*.paramountplus.com\/*",
                "*:\/\/*.peacocktv.com\/*",
                "*:\/\/*.primevideo.com\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.co.jp\/*"
            ]
        },
        {
            "js": [
                "options.js",
                "contentSwim.js"
            ],
            "matches": [
                "*:\/\/*.adultswim.com\/*"
            ]
        },
        {
            "js": [
                "options.js",
                "contentCrunchy.js"
            ],
            "matches": [
                "*:\/\/*.crunchyroll.com\/*"
            ],
            "match_origin_as_fallback": true,
            "all_frames": true
        },
        {
            "js": [
                "options.js",
                "contentApple.js",
                "appletv.min.js"
            ],
            "matches": [
                "*:\/\/*.apple.com\/*"
            ]
        },
        {
            "js": [
                "netflix.min.js"
            ],
            "matches": [
                "https:\/\/*.netflix.com\/*"
            ]
        },
        {
            "js": [
                "amazon.min.js"
            ],
            "matches": [
                "*:\/\/*.primevideo.com\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.co.jp\/*"
            ]
        },
        {
            "js": [
                "disney.min.js"
            ],
            "matches": [
                "*:\/\/*.disneyplus.com\/*"
            ]
        },
        {
            "js": [
                "peacock.min.js"
            ],
            "matches": [
                "*:\/\/*.peacocktv.com\/*"
            ]
        },
        {
            "js": [
                "hulu.min.js"
            ],
            "matches": [
                "*:\/\/*.hulu.com\/*"
            ]
        },
        {
            "js": [
                "paramount.min.js"
            ],
            "matches": [
                "*:\/\/*.paramountplus.com\/*"
            ]
        },
        {
            "js": [
                "hbomax.min.js"
            ],
            "matches": [
                "*:\/\/*.hbomax.com\/*"
            ]
        },
        {
            "js": [
                "max.min.js"
            ],
            "matches": [
                "*:\/\/*.max.com\/*"
            ]
        },
        {
            "js": [
                "tubi.min.js"
            ],
            "matches": [
                "*:\/\/*.tubitv.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}