WebExtension.net
WebExtension.net

Voice Control for Netflix

View on Chrome Web Store
View Voice Control for Netflix 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.

🔊Netflix experience with 'Voice Control for Netflix' 🚀 Play, pause, fast-forward, and more, all without lifting a finger! 🙌🎬
Type
Extension
Users
20 users
2
dogooodapp
View author page of dogooodapp
Published
Published on February 7, 2024
Version 0.0.3
Manifest version
3
Updated
Updated on July 31, 2024
View on Chrome Web Store
View Voice Control for Netflix Chrome Extension on Chrome Web Store
lifestyle/entertainment
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "0.0.3",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.netflix.com\/*"
    ],
    "action": {
        "default_icon": "assets\/voiceN36gray.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "36": "assets\/voiceN36.png",
        "128": "assets\/voiceN128.png"
    },
    "content_scripts": [
        {
            "js": [
                "options.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*.netflix.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