Isolator Chrome Extension
The extensions opens a tab that is redirected to a a contained session
What is Isolator Chrome Extension?
Isolator Chrome Extension is a Chrome extension developed by cloudpurge developers, and its main feature is "The extensions opens a tab that is redirected to a a contained session".
Download Isolator Chrome Extension Extension CRX File
Download Isolator Chrome Extension 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
Safe remote browsing extension Allowing browsing in a remote contained environment The software is provided "as-is," without any express or implied warranty.
Extension Basic Information
Name | Isolator Chrome Extension |
ID | ppbdfacganomndfendjinolhobbacnhk |
Official URL | https://chromewebstore.google.com/detail/isolator-chrome-extension/ppbdfacganomndfendjinolhobbacnhk |
Description | The extensions opens a tab that is redirected to a a contained session |
File Size | 38.28 KB |
Installation Count | 22 |
Current Version | 1.0.3 |
Last Updated | 2017-09-14 |
Publish Date | 2017-09-14 |
Rating | 5.00/5 Total 1 Ratings |
Developer | cloudpurge developers |
[email protected] | |
Payment Type | free |
Extension Website | http://www.cloudpurge.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Isolator Chrome Extension", "description": "The extensions opens a tab that is redirected to a a contained session", "version": "1.0.3", "browser_action": { "default_icon": "icecube.png", "default_popup": "ice.html" }, "permissions": [ "activeTab", "cookies", "https:\/\/prod.cloudpurge.com\/", "http:\/\/cpld\/", "contextMenus", "bookmarks" ] } |