Worldly
An extension to allow you to travel the world from the comfort of your home.
Wat is Worldly?
Worldly is een Chrome-extensie ontwikkeld door Medium Chrome Tool, en de belangrijkste functie is "An extension to allow you to travel the world from the comfort of your home.".
Extensie Screenshots
Download het CRX-bestand van de extensie Worldly
Download Worldly-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Worldly |
ID | oojedamaneknbpchmbfmocenebeahobl |
Officiële URL | https://chromewebstore.google.com/detail/worldly/oojedamaneknbpchmbfmocenebeahobl |
Beschrijving | An extension to allow you to travel the world from the comfort of your home. |
Bestandsgrootte | 148 KB |
Aantal Installaties | 37 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2020-06-06 |
Publicatiedatum | 2020-06-06 |
Ontwikkelaar | Medium Chrome Tool |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://chrometools.github.io/privacy/2020/07/10/medium-auto-follow-bot-privacy-policy.html |
Ondersteunde Talen | 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" } } |