WebExtension.net
WebExtension.net

Apple TV Picture In Picture

View on Chrome Web Store
View Apple TV Picture In Picture Chrome Extension on Chrome Web Store
5.0 (2 ratings)

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

Extension to watch Apple TV in Picture in Picture mode. Enables a separate floating window to enjoy your favorite video content.
Type
Extension
Users
432 users
1
Awesome Extensions
View author page of Awesome Extensions
Published
Published on March 31, 2022
Version 1.0.14
Manifest version
3
Updated
Updated on November 5, 2024
View on Chrome Web Store
View Apple TV Picture In Picture 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": "Apple TV Picture In Picture",
    "description": "Extension to watch Apple TV in Picture in Picture mode. Enables a separate floating window to enjoy your favorite video content.",
    "version": "1.0.14",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.apple.com\/*"
    ],
    "action": {
        "default_icon": "img\/48x48_AppleTV.png"
    },
    "content_scripts": [
        {
            "js": [
                "engine.js",
                "appletv.min.js"
            ],
            "css": [
                "injected.css"
            ],
            "matches": [
                "*:\/\/*.apple.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "img\/16x16_AppleTV.png",
        "48": "img\/48x48_AppleTV.png",
        "128": "img\/128x128_AppleTV.png"
    },
    "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