Youtube Ad Skipper
Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this…
Τι είναι το Youtube Ad Skipper;
Το Youtube Ad Skipper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Zubair Mohsin, και η κύρια λειτουργία του είναι "Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this…".
Λήψη αρχείου CRX της επέκτασης Youtube Ad Skipper
Λήψη αρχείων επέκτασης Youtube Ad Skipper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this extension to do it for you. While you are sitting on chair and watching Youtube videos in a comfy way, you don't need to move forward yourself and click on Skip Ad. By installing this app, videos that are skippable, will be skipped automatically. Happy Watching :)
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | enihkpojbigcklkiniiknjplcfihheca |
Επίσημο URL | https://chrome.google.com/webstore/detail/youtube-ad-skipper/enihkpojbigcklkiniiknjplcfihheca |
Περιγραφή | Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this… |
Μέγεθος Αρχείου | 44.95 KB |
Αριθμός Εγκαταστάσεων | 663 |
Τρέχουσα Έκδοση | 0.1 |
Τελευταία Ενημέρωση | 2017-12-22 |
Ημερομηνία Δημοσίευσης | 2017-12-22 |
Αξιολόγηση | 5.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | Zubair Mohsin |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Ad Skipper", "version": "0.1", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery.min.js", "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "skip_16.png", "48": "skip_48.png", "128": "skip_128.png" } } |