Stimulating Split Screen
Watch satisfying videos next to anything you want!
Stimulating Split Screen क्या है?
Stimulating Split Screen Lea Skagen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch satisfying videos next to anything you want!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Stimulating Split Screen एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } |