Youtube Video Skip Ad Trigger
A plugin for automatically pressing 'Skip Ads' button on youtube videos.
Τι είναι το Youtube Video Skip Ad Trigger;
Το Youtube Video Skip Ad Trigger είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 010pixel, και η κύρια λειτουργία του είναι "A plugin for automatically pressing 'Skip Ads' button on youtube videos.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Youtube Video Skip Ad Trigger
Λήψη αρχείων επέκτασης Youtube Video Skip Ad Trigger σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
🚫 DO NOT USE AD-BLOCKERS. Ad-blockers are evil, why should we block ads from those content creators who are entertaining/teaching us? Just skip the ad instead of blocking. 🥳 GREAT NEWS: YouTube won't block this extension as we don't block the ads but just skip them. This is the Future 🧬 The smartest YouTube ad skipper for Chrome since 2017. The main intention of this extension is to Skip the Ad without the video publisher losing money. This is an Ad-Skipper not an Ad-Blocker. This extension allows you to skip ads while watching YouTube. This extension has 4 different ways to skip the ad to make sure we are fair to the video publishers. The features include: ✅ Skip Ad Automatically after Countdown ✅ Works on the latest silent ads, which are not blocked by popular ad blocker extensions. ✅ Clicks the 'skip ads' button in less than 1 sec. ✅ Automatically Close Ad-Banners ✅ Skip Ads even before the countdown starts ✅ Skip Ads after 30 seconds ✅ Skip Ads after 60 seconds ✅ Low CPU/Memory consumption ✅ more features coming to have the best experience for you and the video creator Works on: ✅ Google Chrome ✅ Mozilla Firefox ✅ Microsoft Edge Download now and forget about annoying ads. A plugin for automatically pressing Skip Ad button on youtube videos. This extension simply helps you automatically CLICK the "Skip Ad" button once it's visible. This way even the content creator gets paid and you don't need to manually click the "Skip Ad" button. Everyone Happy!!! You have option to select when the Video Ad should be skipped. The extension also support closing of Ad-Banners which appears in the center bottom of video. PRIVACY POLICY: This extension does not track any user data, and therefore does not require a detailed privacy policy. If this is insufficient please email [email protected] Support this extension: https://coffee.010pixel.com
Βασικές Πληροφορίες Επέκτασης
Όνομα | Youtube Video Skip Ad Trigger |
ID | hpnelpabemhjfjgiibgkliipaehnfcjk |
Επίσημο URL | https://chromewebstore.google.com/detail/youtube-video-skip-ad-tri/hpnelpabemhjfjgiibgkliipaehnfcjk |
Περιγραφή | A plugin for automatically pressing 'Skip Ads' button on youtube videos. |
Μέγεθος Αρχείου | 948 KB |
Αριθμός Εγκαταστάσεων | 38,974 |
Τρέχουσα Έκδοση | 2.4.4 |
Τελευταία Ενημέρωση | 2023-12-13 |
Ημερομηνία Δημοσίευσης | 2020-05-16 |
Αξιολόγηση | 4.57/5 Συνολικά 153 Αξιολογήσεις |
Προγραμματιστής | 010pixel |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.010pixel.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://privacy.010pixel.com/chrome |
Υποστηριζόμενες Γλώσσες | id,en,fr,vi,es,it,pt-PT,hi,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDesc__", "version": "2.4.4", "author": "010 Pixel", "permissions": [ "scripting", "storage", "tabs" ], "host_permissions": [ "*:\/\/*.youtube.com\/*" ], "externally_connectable": { "matches": [ "https:\/\/payment.010pixel.com\/*" ] }, "action": { "default_icon": { "16": "images\/icon16.png" }, "default_popup": "subscriptions\/index.html", "default_title": "__MSG_appBrowserActionDefaultTitle__" }, "icons": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "96": "images\/icon96.png", "128": "images\/icon128.png" }, "options_ui": { "page": "subscriptions\/index.html", "open_in_tab": false }, "background": { "service_worker": "js\/background-loader.js" }, "content_scripts": [ { "all_frames": true, "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "js\/myapp.js" ], "run_at": "document_end" } ] } |