WebExtension.net
WebExtension.net

Default profile for Prime Video

View on Chrome Web Store
View Default profile for Prime Video Chrome Extension on Chrome Web Store
0.0 (0 ratings)

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
4 users
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
View on Chrome Web Store
View Default profile for Prime Video Chrome Extension on Chrome Web Store
lifestyle/fun
Extension Category

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"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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