Prime Ad Skipper | Fast Forward Ads
Skip ads on Freevee. This extension will detect if an ad appears in a video and fast forward the ad until it completes.
Qu'est-ce que Prime Ad Skipper | Fast Forward Ads ?
Prime Ad Skipper | Fast Forward Ads est une extension Chrome développée par basilieus, et sa fonction principale est "Skip ads on Freevee. This extension will detect if an ad appears in a video and fast forward the ad until it completes.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Prime Ad Skipper | Fast Forward Ads
Téléchargez les fichiers d'extension Prime Ad Skipper | Fast Forward Ads au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Skip ads on Prime And Freevee. This extension will detect if an ad appears in a video and will fast forward the ad until it completes. Use this extension for a better user experience on prime and freevee videos. Other extensions degrade quality and can't be used for long periods of time, this extension solves performance and quality issues for a better extension currently in the store. Working as of Dec '23.
Informations de Base sur l'Extension
Nom | Prime Ad Skipper | Fast Forward Ads |
ID | cejgladcdfpkmdhncmncloapbdijhaah |
URL Officiel | https://chromewebstore.google.com/detail/prime-ad-skipper-fast-for/cejgladcdfpkmdhncmncloapbdijhaah |
Description | Skip ads on Freevee. This extension will detect if an ad appears in a video and fast forward the ad until it completes. |
Taille du Fichier | 38.61 KB |
Nombre d'Installations | 39 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2023-12-15 |
Date de Publication | 2023-12-15 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | basilieus |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Prime Ad Skipper | Fast Forward Ads", "version": "1.3", "manifest_version": 3, "description": "Skip ads on Freevee.\nThis extension will detect if an ad appears in a video and fast forward the ad until it completes.", "permissions": [ "scripting" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "Fast Forward Through Freevee Ads!", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "host_permissions": [ "https:\/\/www.amazon.com\/gp\/video\/*", "http:\/\/www.amazon.com\/gp\/video\/*", "https:\/\/www.amazon.co.uk\/gp\/video\/*", "http:\/\/www.amazon.co.uk\/gp\/video\/*" ] } |