Worldly

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

什么是Worldly?

Worldly是由Medium Chrome Tool开发的Chrome扩展程序,该扩展的主要功能是“An extension to allow you to travel the world from the comfort of your home.”。

扩展截图

screenshot
screenshot
screenshot

下载Worldly扩展crx文件

下载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 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"
    }
}