WebExtension.net
WebExtension.net

Youtube TV On PC

View on Chrome Web Store
View Youtube TV On PC Chrome Extension on Chrome Web Store
4.3 (202 ratings)
1 new ratings

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

Enables Youtube TV with auto HD on your pc so you can control youtube from your mobile device.
Type
Extension
Users
100,000 users
Danny Keeley
View author page of Danny Keeley
Published
Published on July 9, 2020
Version 0.9
Manifest version
3
Updated
Updated on October 14, 2024
View on Chrome Web Store
View Youtube TV On PC 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": "Youtube TV On PC",
    "version": "0.9",
    "description": "Enables Youtube TV with auto HD on your pc so you can control youtube from your mobile device.",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icon-16a.png",
        "32": "images\/icon-32a.png",
        "48": "images\/icon-48a.png",
        "128": "images\/icon-128a.png"
    },
    "action": {
        "default_icon": "images\/icon-32a.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/tv*"
    ],
    "permissions": [
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/tv*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "injected-script.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ]
}
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