Prime Video ads skip

Skip Prime Video ads

What is Prime Video ads skip?

Prime Video ads skip is a Chrome extension developed by Valentin Drolet, and its main feature is "Skip Prime Video ads".

Extension Screenshots

screenshot

Download Prime Video ads skip Extension CRX File

Download Prime Video ads skip extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Automatically skip ads before Amazon Prime Video content and rearrange collection panels                    

Extension Basic Information

Name Prime Video ads skip Prime Video ads skip
ID ohdilaonheipiclpcgepeioondfciiip
Official URL https://chromewebstore.google.com/detail/prime-video-ads-skip/ohdilaonheipiclpcgepeioondfciiip
Description Skip Prime Video ads
File Size 3.78 KB
Installation Count 1,493
Current Version 1.1
Last Updated 2020-05-04
Publish Date 2020-05-02
Rating 1.44/5 Total 9 Ratings
Developer Valentin Drolet
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prime Video ads skip",
    "version": "1.1",
    "description": "Skip Prime Video ads",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.primevideo.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}