Worldly
An extension to allow you to travel the world from the comfort of your home.
Что такое Worldly?
Worldly - это расширение Chrome, разработанное Medium Chrome Tool, и его основная функция - "An extension to allow you to travel the world from the comfort of your home.".
Снимки экрана расширения
Скачать файл CRX расширения Worldly
Скачайте файлы расширений Worldly в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Worldly |
ID | oojedamaneknbpchmbfmocenebeahobl |
Официальный URL | https://chromewebstore.google.com/detail/worldly/oojedamaneknbpchmbfmocenebeahobl |
Описание | An extension to allow you to travel the world from the comfort of your home. |
Размер файла | 148 KB |
Количество установок | 37 |
Текущая Версия | 1.4 |
Последнее Обновление | 2020-06-06 |
Дата публикации | 2020-06-06 |
Разработчик | Medium Chrome Tool |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://chrometools.github.io/privacy/2020/07/10/medium-auto-follow-bot-privacy-policy.html |
Поддерживаемые языки | 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" } } |