UWP Companion
Redirect various websites to a preferred third party UWP app
What is UWP Companion?
UWP Companion is a Chrome extension developed by Arlo Godfrey, and its main feature is "Redirect various websites to a preferred third party UWP app".
Extension Screenshots
Download UWP Companion Extension CRX File
Download UWP Companion extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A browser extension to serve as a companion to various 3rd party UWP apps, enabling a smooth transition from Website to App. When a supported third party app is installed, this extension will attempt to open that app with context in mind. Third party Windows 10 apps for YouTube, Reddit, Spotify, Mixer, and more are supported directly by the developers.
Extension Basic Information
Name | |
ID | egfgdliklfgpmdjfofbmhmoejdhehani |
Official URL | https://chrome.google.com/webstore/detail/uwp-companion/egfgdliklfgpmdjfofbmhmoejdhehani |
Description | Redirect various websites to a preferred third party UWP app |
File Size | 1.63 MB |
Installation Count | 237 |
Current Version | 1.0.0 |
Last Updated | 2019-08-21 |
Publish Date | 2019-08-21 |
Rating | 4.50/5 Total 4 Ratings |
Developer | Arlo Godfrey |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Arlodotexe/UWP-Companion |
Help Page URL | https://github.com/Arlodotexe/UWP-Companion |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UWP Companion", "short_name": "UWP Companion", "author": "Arlo Godfrey", "version": "1.0.0", "manifest_version": 2, "description": "Redirect various websites to a preferred third party UWP app", "permissions": [ "activeTab", "webNavigation", "tabs", "storage" ], "icons": { "40": "assets\/icons\/UWPCompanion.png", "256": "assets\/logos\/UWPCompanion.png" }, "browser_action": { "default_icon": { "40": "assets\/icons\/UWPCompanion.png" }, "default_popup": "user-interface\/index.html" }, "background": { "page": "background-script\/index.html", "persistent": true } } |