Prime Ad Skipper
Skips preroll ads for Amazon Prime
Was ist Prime Ad Skipper?
Prime Ad Skipper ist eine Chrome-Erweiterung, die von Riley Bourne entwickelt wurde, und ihr Hauptmerkmal ist "Skips preroll ads for Amazon Prime".
Erweiterungsscreenshots
Prime Ad Skipper-Erweiterungs-CRX-Datei herunterladen
Laden Sie Prime Ad Skipper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A simple extension to automatically skip any pre-roll ads in Amazon's Prime Video. In the current version when an ad begins playing the extension will automatically press the "Skip" button. In future versions this will be toggleable via a popup ui for the edge cases where people may want to view content behind a "Skip" button. LIMITATIONS: Currently this only works if you access the video through its respective show page. Results may be varied if you press the "Play" icon on the main home page. This is going to be fixed in future releases.
Grundlegende Informationen zur Erweiterung
Name | Prime Ad Skipper |
ID | bnppfgmhmfikbaicmhfhaccjngkjlgig |
Offizielle URL | https://chromewebstore.google.com/detail/prime-ad-skipper/bnppfgmhmfikbaicmhfhaccjngkjlgig |
Beschreibung | Skips preroll ads for Amazon Prime |
Dateigröße | 39.03 KB |
Installationsanzahl | 1,000 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2022-12-03 |
Veröffentlichungsdatum | 2022-12-02 |
Bewertung | 3.00/5 Insgesamt 4 Bewertungen |
Entwickler | Riley Bourne |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Prime Ad Skipper", "description": "Skips preroll ads for Amazon Prime", "homepage_url": "https:\/\/bigwillyshlongdong.gay", "version": "0.0.1", "manifest_version": 3, "icons": { "16": "logo-16.png", "32": "logo-32.png", "48": "logo-48.png", "96": "logo-96.png", "128": "logo-128.png" }, "content_scripts": [ { "run_at": "document_idle", "js": [ "idle.js" ], "matches": [ "https:\/\/*.primevideo.com\/*detail*", "http:\/\/*.primevideo.com\/*detail*" ] } ] } |