Worldly

An extension to allow you to travel the world from the comfort of your home.

Cos'è Worldly?

Worldly è un'estensione di Chrome sviluppata da Medium Chrome Tool, e la sua funzione principale è "An extension to allow you to travel the world from the comfort of your home.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Worldly

Scarica i file di estensione Worldly in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Worldly Worldly
ID oojedamaneknbpchmbfmocenebeahobl
URL Ufficiale https://chromewebstore.google.com/detail/worldly/oojedamaneknbpchmbfmocenebeahobl
Descrizione An extension to allow you to travel the world from the comfort of your home.
Dimensione del File 148 KB
Conteggio Installazioni 37
Versione Corrente 1.4
Ultimo Aggiornamento 2020-06-06
Data di Pubblicazione 2020-06-06
Sviluppatore Medium Chrome Tool
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://chrometools.github.io/privacy/2020/07/10/medium-auto-follow-bot-privacy-policy.html
Lingue Supportate 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"
    }
}