Stimulating Split Screen

Watch satisfying videos next to anything you want!

Stimulating Split Screen là gì?

Stimulating Split Screen là một tiện ích mở rộng Chrome được phát triển bởi Lea Skagen, và tính năng chính của nó là "Watch satisfying videos next to anything you want!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Stimulating Split Screen

Tải xuống các tệp mở rộng Stimulating Split Screen dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Stimulating Split Screen Stimulating Split Screen
ID eiofmldbnffekfojgldjgeebnjeblhgc
URL Chính Thức https://chromewebstore.google.com/detail/stimulating-split-screen/eiofmldbnffekfojgldjgeebnjeblhgc
Mô tả Watch satisfying videos next to anything you want!
Kích Thước Tệp 204 KB
Số Lần Cài Đặt 281
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-03-26
Ngày Phát Hành 2023-03-26
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Lea Skagen
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}