YouTube Skip Ads
Skip all kind of youtube ads automatically.
Τι είναι το YouTube Skip Ads;
Το YouTube Skip Ads είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον akash.anand708, και η κύρια λειτουργία του είναι "Skip all kind of youtube ads automatically.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης YouTube Skip Ads
Λήψη αρχείων επέκτασης YouTube Skip Ads σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
No need to buy premium subscription to avoid ads. When you are listening songs list in youtube while doing something in Kitchen or some cleaning work at home. Sometimes long ads comes in between and you have only two options. 1. Let ads play for that long duration. Or 2. Come near to laptop and click SKIP button. Isn't it irritating. Here is the solution for this. You don't need to SKIP manually. This extension will do it for you. NOTE: This works for NON-SKIPPABLE ads also. Please try it and leave review comments.
Βασικές Πληροφορίες Επέκτασης
Όνομα | YouTube Skip Ads |
ID | nebpcniblohdgemginackdeilpgcknmm |
Επίσημο URL | https://chromewebstore.google.com/detail/youtube-skip-ads/nebpcniblohdgemginackdeilpgcknmm |
Περιγραφή | Skip all kind of youtube ads automatically. |
Μέγεθος Αρχείου | 6.02 KB |
Αριθμός Εγκαταστάσεων | 636 |
Τρέχουσα Έκδοση | 0.1 |
Τελευταία Ενημέρωση | 2019-07-28 |
Ημερομηνία Δημοσίευσης | 2019-07-26 |
Αξιολόγηση | 4.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | akash.anand708 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Skip Ads", "short_name": "Skip YouTube Ads", "version": "0.1", "default_locale": "en", "description": "Skip all kind of youtube ads automatically.", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ], "js": [ "content.js" ] } ], "icons": { "48": "icon.png", "64": "icon.png", "128": "icon.png" } } |