Mystart.io
BEST START PAGE
What is Mystart.io?
Mystart.io is a Chrome extension developed by http://mystart.io, and its main feature is "BEST START PAGE".
Extension Screenshots
Download Mystart.io Extension CRX File
Download Mystart.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
This plugin sets the mystart.io as the home page in Chrome browser.
Extension Basic Information
Name | |
ID | iopeblmfhmfdalifcpbpllilfamfmehl |
Official URL | https://chrome.google.com/webstore/detail/mystartio/iopeblmfhmfdalifcpbpllilfamfmehl |
Description | BEST START PAGE |
File Size | 3.16 KB |
Installation Count | 17 |
Current Version | 1.0.0 |
Last Updated | 2017-07-21 |
Publish Date | 2017-07-21 |
Rating | 3.00/5 Total 2 Ratings |
Developer | http://mystart.io |
Payment Type | free |
Extension Website | http://mystart.io |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mystart.io", "description": "BEST START PAGE", "version": "1.0.0", "background": { "scripts": [ "index.js" ] }, "browser_action": [], "chrome_settings_overrides": { "homepage": "http:\/\/mystart.io\/", "startup_pages": [ "http:\/\/mystart.io\/" ] } } |