Amazon Prime Video Shuffle

Shuffle Amazon Prime Video Episodes

What is Amazon Prime Video Shuffle?

Amazon Prime Video Shuffle is a Chrome extension developed by Josh Kopman, and its main feature is "Shuffle Amazon Prime Video Episodes".

Extension Screenshots

screenshot

Download Amazon Prime Video Shuffle Extension CRX File

Download Amazon Prime Video Shuffle 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

                        Fun extension to randomize TV episodes of any show on Amazon Prime                    

Extension Basic Information

Name Amazon Prime Video Shuffle Amazon Prime Video Shuffle
ID ndinfaoinkjeboggianhgbcphpkdjfgp
Official URL https://chromewebstore.google.com/detail/amazon-prime-video-shuffl/ndinfaoinkjeboggianhgbcphpkdjfgp
Description Shuffle Amazon Prime Video Episodes
File Size 24.58 KB
Installation Count 53
Current Version 1.0
Last Updated 2021-01-14
Publish Date 2021-01-13
Rating 5.00/5 Total 1 Ratings
Developer Josh Kopman
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Prime Video Shuffle",
    "version": "1.0",
    "description": "Shuffle Amazon Prime Video Episodes",
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/www.amazon.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo.png"
    },
    "manifest_version": 2
}