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 |
公式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 |
Eメール | [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" } } |