Worldly
An extension to allow you to travel the world from the comfort of your home.
Hvad er Worldly?
Worldly er en Chrome-udvidelse udviklet af Medium Chrome Tool, og dens hovedfunktion er "An extension to allow you to travel the world from the comfort of your home.".
Udvidelsesskærmbilleder
Download Worldly-udvidelses-CRX-fil
Download Worldly-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Worldly |
ID | oojedamaneknbpchmbfmocenebeahobl |
Officiel URL | https://chromewebstore.google.com/detail/worldly/oojedamaneknbpchmbfmocenebeahobl |
Beskrivelse | An extension to allow you to travel the world from the comfort of your home. |
Filstørrelse | 148 KB |
Antal Installationer | 37 |
Nuværende Version | 1.4 |
Senest Opdateret | 2020-06-06 |
Udgivelsesdato | 2020-06-06 |
Udvikler | Medium Chrome Tool |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://chrometools.github.io/privacy/2020/07/10/medium-auto-follow-bot-privacy-policy.html |
Understøttede Sprog | 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" } } |