PrimeSkipper
The easiest way to skip intros and ads on Amazon Prime Video. Usage: To use this extension just go to any international Amazon…
¿Qué es PrimeSkipper?
PrimeSkipper es una extensión de Chrome desarrollada por James Still, y su función principal es "The easiest way to skip intros and ads on Amazon Prime Video. Usage: To use this extension just go to any international Amazon…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión PrimeSkipper
Descarga archivos de extensión PrimeSkipper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | PrimeSkipper |
ID | dlhbjflbmicohepmpdldhkkgckhpeofc |
URL Oficial | https://chromewebstore.google.com/detail/primeskipper/dlhbjflbmicohepmpdldhkkgckhpeofc |
Descripción | The easiest way to skip intros and ads on Amazon Prime Video. Usage: To use this extension just go to any international Amazon… |
Tamaño del Archivo | 117 KB |
Cantidad de Instalaciones | 24 |
Versión Actual | 1.1 |
Última Actualización | 2021-02-23 |
Fecha de Publicación | 2021-01-15 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | James Still |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |