Worldly

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

Co je Worldly?

Worldly je rozšíření Chrome vyvinuté Medium Chrome Tool, a jeho hlavní funkcí je „An extension to allow you to travel the world from the comfort of your home.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Worldly

Stáhněte si soubory rozšíření Worldly ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Worldly Worldly
ID oojedamaneknbpchmbfmocenebeahobl
Oficiální URL https://chromewebstore.google.com/detail/worldly/oojedamaneknbpchmbfmocenebeahobl
Popis An extension to allow you to travel the world from the comfort of your home.
Velikost souboru 148 KB
Počet instalací 37
Aktuální Verze 1.4
Poslední Aktualizace 2020-06-06
Datum Vydání 2020-06-06
Vývojář Medium Chrome Tool
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://chrometools.github.io/privacy/2020/07/10/medium-auto-follow-bot-privacy-policy.html
Podporované Jazyky 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"
    }
}