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.”。
擴展截圖
下載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 |
ID | oojedamaneknbpchmbfmocenebeahobl |
官方網址 | 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" } } |