Simple Url Switcher
Switch url fluidly (for example youtube/soundcloud in keeping the progression) from your current device to another
As of June 2026, Simple Url Switcher has 12 users in the Workflow & Planning category.
Usersdown 7.7 percent−7.7%
12
12
Ratingno change0%
—
— reviews
Reviewsno change0%
—
Version
3.1001.10005
Manifest V3
History
5 snapshotsTracking since Apr 19, 2026.
View as table
| Date | Users | Rating | Reviews | Version |
|---|---|---|---|---|
| Apr 19, 2026 | 13 | — | — | 3.1001.10005 |
| Apr 29, 2026 | 12 | — | — | 3.1001.10005 |
| May 8, 2026 | 13 | — | — | 3.1001.10005 |
| May 16, 2026 | 10 | — | — | 3.1001.10005 |
| Jun 4, 2026 | 11 | — | — | 3.1001.10005 |
| Now | 12 | — | — | 3.1001.10005 |
Permissions & access
- Permissions
- activeTabcontextMenusstoragescripting
- Host access
- None declared
Screenshots
About
Switch to many devices like computer and smartphones fluidly and quickly:
for example continue to watch your youtube/soundcloud in keeping the current progression from your current device to another in 2 click.
One left click to the extension icon save the current page to the selected server in option (with current timestamp if managed for this website).
You can now open it by visiting the swap.html file of your server on all other device who you don't have / can't install browser extension (quick tip: you have mobile browser like Kiwi for install browser extension in android) or rigth click on the extension button and select open here.
Curently managed for keep media time (on other website we just save the page's url):
https://soundcloud.com
https://www.twitch.tv
https://youtube.com
https://www.radiofrance.fr/
Sources of this extension are available at: https://github.com/lp177/SUS
You can build your own server in folowing this basic exemple (need to replace MY_TOKEN_KEY_HERE with your random selected token put in extension settings) for [server]/swap.php containing:
<?php
$myToken = 'MY_TOKEN_KEY_HERE';
if (isset($_POST['auth_key'],$_POST['data']) && $_POST['auth_key'] === $myToken)
{
file_put_contents('swap.txt', $_POST['data'], LOCK_EX);
file_put_contents(
'swap.html',
'<html>'
.'<head>'
.'<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">'
.'<meta http-equiv="Pragma" content="no-cache">'
.'<meta http-equiv="Expires" content="0">'
.'</head>'
.'<body>'
.'<script>window.location = "'.str_replace('"', '\"', $_POST['data']).'";</script>'
.'</body>'
.'</html>',
LOCK_EX
);
header('Access-Control-Allow-Origin: *');
echo 'ok';
}
else
header('Location: swap.txt');Technical
- Version
- 3.1001.10005
- Manifest
- V3
- Size
- 11.68KiB
- Min Chrome
- 88
- Languages
- 1
- Featured
- No
Metadata
- ID
- ggifopkpplnlnefbdlfdibdjdnpidkke
- Developer ID
- u0dab39167a7a86ce6af1c7f6c4ea539b
- Developer Email
- [email protected]
- Created
- Apr 1, 2021
- Last Updated (Store)
- Dec 24, 2025
- Last Scraped
- Jun 4, 2026
- Website
- —
- Support URL
- https://github.com/lp177/SUS/issues
- Privacy Policy
- —
Similar extensions
Alternatives to Simple Url Switcher, ranked by description similarity.
Token Platform Switch
Instantly navigate between crypto token platforms with automatic address transfer. One-click switching, no copy-pasting.
1
URL Portal: Quick Switch Domain, Path, Params
With one simple click you can change part(s) of the current URL: protocal, domain, host, path, search parameters, hash
97
★ 5.0
Tab Manager
An extension to manage your tabs seamlessly!
39
★ 5.0
Extension Switcher
Manage all your extensions from one place with profiles, advanced controls, and import/export options
7
MonAmi Scheduled AutoBrowse
Automatically browse web pages on a customized schedule, either at set intervals or on specific days of the week.
9
★ 4.0
Memento
Save tabs across multiple devices and browsers.
2
★ 5.0
Sessionizr
Save your browser tabs and sessions locally or in the cloud and access them from any other computer
10
HTML5 Syncer
Allows synchronisation of 2 HTML5 video and audio streams even on different tabs. Just click the popup to scan each page and press…
153
★ 4.0
Data sourced from the Chrome Web Store · last verified Jun 4, 2026.