Worldly

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

Was ist Worldly?

Worldly ist eine Chrome-Erweiterung, die von Medium Chrome Tool entwickelt wurde, und ihr Hauptmerkmal ist "An extension to allow you to travel the world from the comfort of your home.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Worldly-Erweiterungs-CRX-Datei herunterladen

Laden Sie Worldly-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Worldly Worldly
ID oojedamaneknbpchmbfmocenebeahobl
Offizielle URL https://chromewebstore.google.com/detail/worldly/oojedamaneknbpchmbfmocenebeahobl
Beschreibung An extension to allow you to travel the world from the comfort of your home.
Dateigröße 148 KB
Installationsanzahl 37
Aktuelle Version 1.4
Letztes Update 2020-06-06
Veröffentlichungsdatum 2020-06-06
Entwickler Medium Chrome Tool
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://chrometools.github.io/privacy/2020/07/10/medium-auto-follow-bot-privacy-policy.html
Unterstützte Sprachen 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"
    }
}