Mustsee
Discover the world’s most beautiful places at every opened tab.
What is Mustsee?
Mustsee is a Chrome extension developed by https://mustsee.earth, and its main feature is "Discover the world’s most beautiful places at every opened tab.".
Extension Screenshots
Download Mustsee Extension CRX File
Download Mustsee 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
Discover the most beautiful places around the world through stunning photography each time you open a new tab in Chrome. The places we suggest have been personally selected by our traveling experts. Do you like that place? Click on it and find out more about it. Life is too short to be spent in the wrong places. 🌍 ❤️ ☆☆☆ Featured in Konbini, Lifehacker, Product Hunt, Trendhunter! ☆☆☆ - We love hearing your ideas and feedback. If you have any suggestions, email us at [email protected] or send us a message on Instagram 🙌 Instagram: https://www.instagram.com/mustsee.earth/ Twitter: @mustseeapp
Extension Basic Information
Name | Mustsee |
ID | gogbdmmlnloojdafblpkmkhgigcidnmn |
Official URL | https://chromewebstore.google.com/detail/mustsee/gogbdmmlnloojdafblpkmkhgigcidnmn |
Description | Discover the world’s most beautiful places at every opened tab. |
File Size | 6.78 MB |
Installation Count | 10,917 |
Current Version | 2.60 |
Last Updated | 2018-05-27 |
Publish Date | 2018-05-27 |
Rating | 4.91/5 Total 1146 Ratings |
Developer | https://mustsee.earth |
[email protected] | |
Payment Type | free |
Supported Languages | en,fr,es,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "2.60", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com; object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "bg.js" ] } } |