Auto Skip

Skip Youtube ads automatically.

Τι είναι το Auto Skip;

Το Auto Skip είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Kodebroz, και η κύρια λειτουργία του είναι "Skip Youtube ads automatically.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Auto Skip

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

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

                        Hey there,

Are you annoyed by sudden YouTube ads?

Guess what? Automates the process of clicking the "Skip Ad" button with Auto Skip Chrome Extension. 

it's not an ad blocker, it simply automates the process of clicking on the "Skip Ad" button on YouTube.

it's really handy when you are going through some playlist or chilling and watching your favorite YouTuber, no need to bother and click on "Skip Ad" button, simply sit back and enjoy the content without any interruption.

Hoping, this extension is making your YouTube experience better.

Happy Coding!

Happy YouTubing!                    

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

Όνομα Auto Skip Auto Skip
ID phnofgchbnhnblinddmnmkjhpifciimb
Επίσημο URL https://chrome.google.com/webstore/detail/auto-skip/phnofgchbnhnblinddmnmkjhpifciimb
Περιγραφή Skip Youtube ads automatically.
Μέγεθος Αρχείου 11.39 KB
Αριθμός Εγκαταστάσεων 69
Τρέχουσα Έκδοση 0.0.1
Τελευταία Ενημέρωση 2021-01-31
Ημερομηνία Δημοσίευσης 2021-01-31
Προγραμματιστής Kodebroz
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Skip",
    "version": "0.0.1",
    "description": "Skip Youtube ads automatically.",
    "icons": {
        "16": "images\/autoskip16.png",
        "32": "images\/autoskip32.png",
        "48": "images\/autoskip48.png",
        "128": "images\/autoskip128.png"
    },
    "manifest_version": 2,
    "author": "Kodebroz",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "kodebroz_auto_skip_content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}