Worldly
An extension to allow you to travel the world from the comfort of your home.
What is Worldly?
Worldly is a Chrome extension developed by Medium Chrome Tool, and its main feature is "An extension to allow you to travel the world from the comfort of your home.".
Extension Screenshots
Download Worldly Extension CRX File
Download Worldly 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
Use Worldly to travel virtually to over 20,000 different cities across the globe! Click the globe and watch the highest ranked YouTube video for a random city on Earth.
Extension Basic Information
Name | Worldly |
ID | oojedamaneknbpchmbfmocenebeahobl |
Official URL | https://chromewebstore.google.com/detail/worldly/oojedamaneknbpchmbfmocenebeahobl |
Description | An extension to allow you to travel the world from the comfort of your home. |
File Size | 148 KB |
Installation Count | 37 |
Current Version | 1.4 |
Last Updated | 2020-06-06 |
Publish Date | 2020-06-06 |
Developer | Medium Chrome Tool |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://chrometools.github.io/privacy/2020/07/10/medium-auto-follow-bot-privacy-policy.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Worldly", "version": "1.4", "description": "An extension to allow you to travel the world from the comfort of your home.", "manifest_version": 2, "background": [], "content_scripts": [], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "permissions": [ "notifications", "storage" ], "browser_action": { "default_popup": "html\/popup.html", "default_icon": { "16": "images\/worldlyIcon.png", "32": "images\/worldlyIcon.png", "48": "images\/worldlyIcon.png", "128": "images\/worldlyIcon.png" } }, "icons": { "16": "images\/worldlyIcon.png", "32": "images\/worldlyIcon.png", "48": "images\/worldlyIcon.png", "128": "images\/worldlyIcon.png" } } |