Litemove Softlite.io
Connect and add a page to your litemove.softlite.io project.
What is Litemove Softlite.io?
Litemove Softlite.io is a Chrome extension developed by support, and its main feature is "Connect and add a page to your litemove.softlite.io project.".
Extension Screenshots
Download Litemove Softlite.io Extension CRX File
Download Litemove 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 litemove.softlite.io project. Overview: Download this extension and sign-in to to your litemove.softlite.io account, and get the ability to add password protected websites or login-based web apps to your litemove.softlite.io project.
Extension Basic Information
Name | Litemove Softlite.io |
ID | onidmnnldfcmlhmfcdbfadadingokmmj |
Official URL | https://chromewebstore.google.com/detail/litemove-softliteio/onidmnnldfcmlhmfcdbfadadingokmmj |
Description | Connect and add a page to your litemove.softlite.io project. |
File Size | 23.58 KB |
Installation Count | 94 |
Current Version | 1.0.8 |
Last Updated | 2024-02-26 |
Publish Date | 2023-05-11 |
Developer | support |
[email protected] | |
Payment Type | free |
Extension Website | https://softlite.io/litemove/ |
Help Page URL | https://softlite.io/litemove/ |
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": "Litemove Softlite.io", "description": "Connect and add a page to your litemove.softlite.io project.", "version": "1.0.8", "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:\/\/*\/*" ] } |