PrimeSkipper
The easiest way to skip intros and ads on Amazon Prime Video. Usage: To use this extension just go to any international Amazon…
Vad är PrimeSkipper?
PrimeSkipper är en Chrome-tillägg utvecklad av James Still, och dess huvudfunktion är "The easiest way to skip intros and ads on Amazon Prime Video. Usage: To use this extension just go to any international Amazon…".
Tilläggsskärmbilder
Ladda ner PrimeSkipper-förlängningens CRX-fil
Ladda ner PrimeSkipper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | PrimeSkipper |
ID | dlhbjflbmicohepmpdldhkkgckhpeofc |
Officiell webbadress | https://chromewebstore.google.com/detail/primeskipper/dlhbjflbmicohepmpdldhkkgckhpeofc |
Beskrivning | The easiest way to skip intros and ads on Amazon Prime Video. Usage: To use this extension just go to any international Amazon… |
Filstorlek | 117 KB |
Antal Installationer | 24 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2021-02-23 |
Publiceringsdatum | 2021-01-15 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | James Still |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |