Worldly
An extension to allow you to travel the world from the comfort of your home.
O que é Worldly?
Worldly é uma extensão do Chrome desenvolvida por Medium Chrome Tool, e sua principal característica é "An extension to allow you to travel the world from the comfort of your home.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Worldly
Baixe arquivos de extensão Worldly no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Worldly |
ID | oojedamaneknbpchmbfmocenebeahobl |
URL Oficial | https://chromewebstore.google.com/detail/worldly/oojedamaneknbpchmbfmocenebeahobl |
Descrição | An extension to allow you to travel the world from the comfort of your home. |
Tamanho do Arquivo | 148 KB |
Contagem de Instalações | 37 |
Versão Atual | 1.4 |
Última Atualização | 2020-06-06 |
Data de Publicação | 2020-06-06 |
Desenvolvedor | Medium Chrome Tool |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://chrometools.github.io/privacy/2020/07/10/medium-auto-follow-bot-privacy-policy.html |
Idiomas Suportados | 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" } } |