Prime Ad Skipper

Skips preroll ads for Amazon Prime

Qu'est-ce que Prime Ad Skipper ?

Prime Ad Skipper est une extension Chrome développée par Riley Bourne, et sa fonction principale est "Skips preroll ads for Amazon Prime".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Prime Ad Skipper

Téléchargez les fichiers d'extension Prime Ad Skipper 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

                        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.                    

Informations de Base sur l'Extension

Nom Prime Ad Skipper Prime Ad Skipper
ID bnppfgmhmfikbaicmhfhaccjngkjlgig
URL Officiel https://chromewebstore.google.com/detail/prime-ad-skipper/bnppfgmhmfikbaicmhfhaccjngkjlgig
Description Skips preroll ads for Amazon Prime
Taille du Fichier 39.03 KB
Nombre d'Installations 1,000
Version Actuelle 0.0.1
Dernière Mise à Jour 2022-12-03
Date de Publication 2022-12-02
Évaluation 3.00/5 Total 4 Évaluations
Développeur Riley Bourne
Email [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",
    "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*"
            ]
        }
    ]
}