ClonewebX Softlite.io
Connect and add a page to your clonewebx.softlite.io project.
What is ClonewebX Softlite.io?
ClonewebX Softlite.io is a Chrome extension developed by support, and its main feature is "Connect and add a page to your clonewebx.softlite.io project.".
Extension Screenshots
Download ClonewebX Softlite.io Extension CRX File
Download ClonewebX Softlite.io 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
Connect and add a page to your clonewebx.softlite.io project. Overview: Download this extension and sign-in to to your clonewebx.softlite.io account, and get the ability to add password protected websites or login-based web apps to your clonewebx.softlite.io project.
Extension Basic Information
Name | ClonewebX Softlite.io |
ID | kejifndpehkapckhogiecndmachaeilp |
Official URL | https://chromewebstore.google.com/detail/clonewebx-softliteio/kejifndpehkapckhogiecndmachaeilp |
Description | Connect and add a page to your clonewebx.softlite.io project. |
File Size | 23.95 KB |
Installation Count | 4,000 |
Current Version | 1.0.16 |
Last Updated | 2024-02-26 |
Publish Date | 2023-09-16 |
Rating | 2.50/5 Total 12 Ratings |
Developer | support |
[email protected] | |
Payment Type | free |
Extension Website | https://softlite.io/clonewebx/ |
Help Page URL | https://softlite.io/clonewebx/ |
Privacy Policy Page URL | https://softlite.io/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ClonewebX Softlite.io", "description": "Connect and add a page to your clonewebx.softlite.io project.", "version": "1.0.16", "action": { "default_popup": "popup.html", "default_icon": "icons\/icon192.png" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "tabs", "storage", "unlimitedStorage", "scripting" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } |