WebExtension.net
Toggle dark mode
WebExtension.net

Default profile for Prime Video

View on Chrome Web Store
View Default profile for Prime Video Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Default profile for Prime, auto-logs chosen profile, bypassing 'Who's watching?' screen. Focus on viewing, not profile selection.
Type
Extension
Users
3 users
1
Browser Extensions
View author page of Browser Extensions
Published
Published on August 3, 2023
Version 0.0.1
Manifest version
3
Updated
Updated on August 1, 2024
lifestyle/fun
Extension Category
View on Chrome Web Store
View Default profile for Prime Video Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Default profile for Prime Video",
    "description": "Default profile for Prime, auto-logs chosen profile, bypassing 'Who's watching?' screen. Focus on viewing, not profile selection.",
    "version": "0.0.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "js": [
                "options.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*.primevideo.com\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.co.jp\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.primevideo.com\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.co.jp\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "defaultIcon48.png"
    },
    "permissions": [
        "storage",
        "cookies"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "defaultIcon48.png",
        "128": "defaultIcon128.png"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top