Stimulating Split Screen

Watch satisfying videos next to anything you want!

Stimulating Split Screen란 무엇입니까?

Stimulating Split Screen은(는) Lea Skagen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watch satisfying videos next to anything you want!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Stimulating Split Screen 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Stimulating Split Screen Stimulating Split Screen
ID eiofmldbnffekfojgldjgeebnjeblhgc
공식 URL https://chromewebstore.google.com/detail/stimulating-split-screen/eiofmldbnffekfojgldjgeebnjeblhgc
설명 Watch satisfying videos next to anything you want!
파일 크기 204 KB
설치 횟수 281
현재 버전 1.0
최근 업데이트 2023-03-26
출시 날짜 2023-03-26
평점 5.00/5 총 4 개의 평점
개발자 Lea Skagen
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
}