SplitCast

Split your screen and stream multiple tabs at once to your Chromecast Device

Τι είναι το SplitCast;

Το SplitCast είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον radzik07, και η κύρια λειτουργία του είναι "Split your screen and stream multiple tabs at once to your Chromecast Device".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης SplitCast

Λήψη αρχείων επέκτασης SplitCast σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Real Split Screen in one window!
Now it's possible and it's super easy.
The biggest advantage of SplitCast is that it allows you to stream multiple websites to your TV via Chromecast.
Add, remove, resize, re-order, make a full screen, change automatically after X seconds - everything that and more in one tab.

CHANGELOG
Update v1.27 (20.10.2019)
- added possibility to set a custom name for each site (new field in Add/Edit modal)

Update v1.26 (20.09.2019)
- fixed the problem with tab selector not working
- improved the youtube link recognizer mechanism

Update v1.25 (13.09.2019)
- bug fixes

12.09.19 v1.24
- bug fixes and visual improvements

11.09.19 v1.23
- added 4-row layout
- added possibility to edit the URL 
- moved the auto-change feature of the fullscreen mode into a popup 
- visual changes and fixes, reorganized bottom icons 

27.02.18 v1.22
- added a possibility to change the layout - now you can organize your websites in 1, 2 or 3 rows 

29.11.17 v1.21
- fixed a v1.20 bug with saving configuration (might clear your config once)
- layout fixes

28.11.17 v1.20
- added an option to minimize the side panel
- added an option to change the background color
- added a drag&drop sorting feature
- moved the logo to side panel and made it smaller
- changed the behaviour of "Resize" option - all screens are in one line now
- minor layout fixes and improvements

Enjoy!

17.07.17 - Minor fix for performance

30.05.17 - Added an option to navigate through the screens while on fullscreen mode.

===================

The main advantage of SplitCast is the ability to display two or more websites in just one tab.
Do you have a Google ChromeCast streaming device? From now on, your experience of streaming will jump even higher.

The idea is simple. You click the big "Add button", paste an URL and voila - it shows up on the left side. You add another one, it shows up next to it... You are able to resize each window, hide it, delete it. You also have the option to resize the whole area to fit your TV screen.
Don't worry if you accidentally close your browser - SplitCast will remember all of your settings.

Found any bugs? Got questions, suggestions? Visit the website http://splitcast.ovh

SplitCast is free for download.

Attention.
The app is powered with iFrame technology, which unfortunately is limited. You will notice it sooner or later, some sites may have restrictions about framing, some might just not work at all.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα SplitCast SplitCast
ID medgbgefdakphipekbmojjjhpmibhjif
Επίσημο URL https://chromewebstore.google.com/detail/splitcast/medgbgefdakphipekbmojjjhpmibhjif
Περιγραφή Split your screen and stream multiple tabs at once to your Chromecast Device
Μέγεθος Αρχείου 423 KB
Αριθμός Εγκαταστάσεων 10,396
Τρέχουσα Έκδοση 1.27
Τελευταία Ενημέρωση 2019-10-20
Ημερομηνία Δημοσίευσης 2019-10-20
Αξιολόγηση 4.23/5 Συνολικά 30 Αξιολογήσεις
Προγραμματιστής radzik07
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://splitcast.ovh
Διεύθυνση URL της Σελίδας Βοήθειας http://splitcast.ovh
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SplitCast",
    "description": "Split your screen and stream multiple tabs at once to your Chromecast Device",
    "version": "1.27",
    "manifest_version": 2,
    "icons": {
        "128": "images\/icon_128x128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon_128x128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "chrome\/chrome-manifest-background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.gstatic.com https:\/\/www.youtube.com\/iframe_api; object-src 'self'",
    "web_accessible_resources": [
        "http:\/\/splitcast.ovh\/process.php"
    ]
}