Big Screen Live Output Restore

Saves output positions to make Big Screen easier to use.

Wat is Big Screen Live Output Restore?

Big Screen Live Output Restore is een Chrome-extensie ontwikkeld door https://bigscreen.show, en de belangrijkste functie is "Saves output positions to make Big Screen easier to use.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Big Screen Live Output Restore

Download Big Screen Live Output Restore-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension remembers your settings so that once you have created your Frontend and Monitor outputs there is no need to do it again. Simply click LIVE and your previous state will be restored. 
It also allows BigScreen to show a message if the browser tab has been muted.                    

Basisinformatie over de Extensie

Naam Big Screen Live Output Restore Big Screen Live Output Restore
ID poancpgegiibajhijahgbjmdcjgannek
Officiële URL https://chromewebstore.google.com/detail/big-screen-live-output-re/poancpgegiibajhijahgbjmdcjgannek
Beschrijving Saves output positions to make Big Screen easier to use.
Bestandsgrootte 10.49 KB
Aantal Installaties 129
Huidige Versie 2.2
Laatst Bijgewerkt 2023-06-08
Publicatiedatum 2020-04-07
Ontwikkelaar https://bigscreen.show
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://bigscreen.show
Help Pagina-URL https://bigscreen.show
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Launch Interactive",
    "manifest_version": 3,
    "name": "Big Screen Live Output Restore",
    "short_name": "BigScreen",
    "version": "2.2",
    "icons": {
        "48": "icons\/48.png",
        "96": "icons\/96.png"
    },
    "description": "Saves output positions to make Big Screen easier to use.",
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png"
        },
        "default_title": "Big Screen",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.bigscreen.show\/app",
        "*:\/\/*.bigscreen.show\/app?*"
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.bigscreen.show\/app",
                "*:\/\/*.bigscreen.show\/app?*"
            ],
            "js": [
                "controlSurface.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.bigscreen.show\/app\/frontend*",
                "*:\/\/*.bigscreen.show\/app\/monitor*"
            ],
            "js": [
                "outputs.js"
            ]
        }
    ]
}