Stimulating Split Screen

Watch satisfying videos next to anything you want!

¿Qué es Stimulating Split Screen?

Stimulating Split Screen es una extensión de Chrome desarrollada por Lea Skagen, y su función principal es "Watch satisfying videos next to anything you want!".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Stimulating Split Screen

Descarga archivos de extensión Stimulating Split Screen en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Do you like to watch Subway Surfers gameplay and Family Guy at the same time on TikTok? Now you can watch relaxing videos next to anything you do in Chrome with just one click!  If you are stuck in a boring online lecture, working, or just needing something to look at in the background to focus, then you this is the extension for you.

Your screen will automatically be split in two, so half of your screen can be used for visual pleasure at the same time as you do your work. This extension already has playlists of many different types of satisfying videos, everything from Minecraft parkour, deep cleaning, slime and cooking to name a few of the categories.                    

Información Básica de la Extensión

Nombre Stimulating Split Screen Stimulating Split Screen
ID eiofmldbnffekfojgldjgeebnjeblhgc
URL Oficial https://chromewebstore.google.com/detail/stimulating-split-screen/eiofmldbnffekfojgldjgeebnjeblhgc
Descripción Watch satisfying videos next to anything you want!
Tamaño del Archivo 204 KB
Cantidad de Instalaciones 281
Versión Actual 1.0
Última Actualización 2023-03-26
Fecha de Publicación 2023-03-26
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador Lea Skagen
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stimulating Split Screen",
    "description": "Watch satisfying videos next to anything you want!",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "system.display"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/split_16.png",
            "32": "\/images\/split_32.png",
            "64": "\/images\/split_64.png",
            "128": "\/images\/split_128.png"
        }
    },
    "icons": {
        "16": "\/images\/split_16.png",
        "32": "\/images\/split_32.png",
        "64": "\/images\/split_64.png",
        "128": "\/images\/split_128.png"
    },
    "options_page": "options.html"
}