PrimeSkipper
The easiest way to skip intros and ads on Amazon Prime Video. Usage: To use this extension just go to any international Amazon…
Τι είναι το PrimeSkipper;
Το PrimeSkipper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον James Still, και η κύρια λειτουργία του είναι "The easiest way to skip intros and ads on Amazon Prime Video. Usage: To use this extension just go to any international Amazon…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης PrimeSkipper
Λήψη αρχείων επέκτασης PrimeSkipper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The easiest way to skip intros and ads on Amazon Prime Video. Usage: To use this extension just go to any international Amazon Prime Video domain and enjoy the freedom to binge watch (without effort) using PrimeSkipper's skipping mechanism of both intros and ads. ----PrimeSkipper v1.1---- > It now works on international domains, enjoy PrimeSkipper whichever your country! > Upgraded targeting mechanism of the skip buttons.
Βασικές Πληροφορίες Επέκτασης
Όνομα | PrimeSkipper |
ID | dlhbjflbmicohepmpdldhkkgckhpeofc |
Επίσημο URL | https://chromewebstore.google.com/detail/primeskipper/dlhbjflbmicohepmpdldhkkgckhpeofc |
Περιγραφή | The easiest way to skip intros and ads on Amazon Prime Video. Usage: To use this extension just go to any international Amazon… |
Μέγεθος Αρχείου | 117 KB |
Αριθμός Εγκαταστάσεων | 24 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2021-02-23 |
Ημερομηνία Δημοσίευσης | 2021-01-15 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | James Still |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PrimeSkipper", "version": "1.1", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/*.amazon.com.tr\/*", "https:\/\/*.amazon.co.jp\/*", "https:\/\/*.amazon.cn\/*", "https:\/\/*.amazon.es\/*", "https:\/\/*.amazon.com.mx\/*", "https:\/\/*.amazon.com.au\/*", "https:\/\/*.amazon.fr\/*", "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.in\/*", "https:\/\/*.amazon.sg\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.sa\/*", "https:\/\/*.amazon.it\/*", "https:\/\/*.amazon.com.br\/*", "https:\/\/*.amazon.ca\/*", "https:\/\/*.amazon.nl\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.se\/*", "https:\/\/*.amazon.ae\/*" ], "js": [ "jquery-3.5.1.min.js", "content.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_title": "PrimeSkipper" }, "icons": { "128": "128.png" } } |