Disney plus intro skipper

skips intro Disney plus intro if does not work sorry for that but i wont fix it :)

Τι είναι το Disney plus intro skipper;

Το Disney plus intro skipper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον lork6, και η κύρια λειτουργία του είναι "skips intro Disney plus intro if does not work sorry for that but i wont fix it :)".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Disney plus intro skipper

Λήψη αρχείων επέκτασης Disney plus intro skipper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Skips intro in Disney plus by clicking the skip intro button. The extension works in the background so you dont have to do anything. The extension works only on disney plus.                    

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

Όνομα Disney plus intro skipper Disney plus intro skipper
ID eagfmcaogjlblkinepdnkipedhbladjj
Επίσημο URL https://chromewebstore.google.com/detail/disney-plus-intro-skipper/eagfmcaogjlblkinepdnkipedhbladjj
Περιγραφή skips intro Disney plus intro if does not work sorry for that but i wont fix it :)
Μέγεθος Αρχείου 3.21 KB
Αριθμός Εγκαταστάσεων 40
Τρέχουσα Έκδοση 1.3
Τελευταία Ενημέρωση 2022-06-22
Ημερομηνία Δημοσίευσης 2022-06-21
Προγραμματιστής lork6
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disney plus intro skipper",
    "description": "skips intro Disney plus intro if does not work sorry for that but i wont fix it :)",
    "version": "1.3",
    "manifest_version": 3,
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.disneyplus.com\/*\/video\/*",
                "https:\/\/www.disneyplus.com\/video\/*"
            ],
            "js": [
                "disney.js"
            ]
        }
    ]
}