Worldly

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

Co to jest Worldly?

Worldly to rozszerzenie Chrome opracowane przez Medium Chrome Tool, a jego główną funkcją jest „An extension to allow you to travel the world from the comfort of your home.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Worldly

Pobierz pliki rozszerzeń Worldly w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Worldly Worldly
ID oojedamaneknbpchmbfmocenebeahobl
Oficjalny URL https://chromewebstore.google.com/detail/worldly/oojedamaneknbpchmbfmocenebeahobl
Opis An extension to allow you to travel the world from the comfort of your home.
Rozmiar pliku 148 KB
Liczba instalacji 37
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2020-06-06
Data Publikacji 2020-06-06
Deweloper Medium Chrome Tool
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://chrometools.github.io/privacy/2020/07/10/medium-auto-follow-bot-privacy-policy.html
Obsługiwane Języki 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"
    }
}