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.

Τι είναι το Prime Ad Skipper | Fast Forward Ads;

Το Prime Ad Skipper | Fast Forward Ads είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον basilieus, και η κύρια λειτουργία του είναι "Skip ads on Freevee. This extension will detect if an ad appears in a video and fast forward the ad until it completes.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Prime Ad Skipper | Fast Forward Ads

Λήψη αρχείων επέκτασης Prime Ad Skipper | Fast Forward Ads σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Prime Ad Skipper | Fast Forward Ads Prime Ad Skipper | Fast Forward Ads
ID cejgladcdfpkmdhncmncloapbdijhaah
Επίσημο URL https://chromewebstore.google.com/detail/prime-ad-skipper-fast-for/cejgladcdfpkmdhncmncloapbdijhaah
Περιγραφή Skip ads on Freevee. This extension will detect if an ad appears in a video and fast forward the ad until it completes.
Μέγεθος Αρχείου 38.61 KB
Αριθμός Εγκαταστάσεων 39
Τρέχουσα Έκδοση 1.3
Τελευταία Ενημέρωση 2023-12-15
Ημερομηνία Δημοσίευσης 2023-12-15
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής basilieus
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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\/*"
    ]
}