Worldly

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

Worldly là gì?

Worldly là một tiện ích mở rộng Chrome được phát triển bởi Medium Chrome Tool, và tính năng chính của nó là "An extension to allow you to travel the world from the comfort of your home.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Worldly

Tải xuống các tệp mở rộng Worldly dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Worldly Worldly
ID oojedamaneknbpchmbfmocenebeahobl
URL Chính Thức https://chromewebstore.google.com/detail/worldly/oojedamaneknbpchmbfmocenebeahobl
Mô tả An extension to allow you to travel the world from the comfort of your home.
Kích Thước Tệp 148 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2020-06-06
Ngày Phát Hành 2020-06-06
Nhà Phát Triển Medium Chrome Tool
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://chrometools.github.io/privacy/2020/07/10/medium-auto-follow-bot-privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}