WebExtension.net
WebExtension.net

AppleTV+ Episode Selector: episode list

View on Chrome Web Store
View AppleTV+ Episode Selector: episode list 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.

Extension adds an episode list button to select the episode while watching Apple TV+ series.
Type
Extension
Users
90 users
2
Browser Extensions
View author page of Browser Extensions
Featured Extension

Hand-picked for quality and usefulness

Published
Published on July 18, 2023
Version 1.0.2
Manifest version
3
Updated
Updated on August 13, 2024
View on Chrome Web Store
View AppleTV+ Episode Selector: episode list 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": "AppleTV+ Episode Selector: episode list",
    "description": "Extension adds an episode list button to select the episode while watching Apple TV+ series.",
    "version": "1.0.2",
    "manifest_version": 3,
    "host_permissions": [
        "*:\/\/*.apple.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": "48x48_Apple.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "injectedPopup.js"
            ],
            "css": [
                "injectedCss.css"
            ],
            "matches": [
                "*:\/\/*.apple.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "48x48_Apple.png",
        "128": "128x128_Apple.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "play_default.png"
            ],
            "matches": [
                "*:\/\/*.apple.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}
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