Worldly
An extension to allow you to travel the world from the comfort of your home.
Apa itu Worldly?
Worldly adalah ekstensi Chrome yang dikembangkan oleh Medium Chrome Tool, dan fitur utamanya adalah "An extension to allow you to travel the world from the comfort of your home.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Worldly
Unduh file ekstensi Worldly dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Worldly |
ID | oojedamaneknbpchmbfmocenebeahobl |
URL Resmi | https://chromewebstore.google.com/detail/worldly/oojedamaneknbpchmbfmocenebeahobl |
Deskripsi | An extension to allow you to travel the world from the comfort of your home. |
Ukuran File | 148 KB |
Jumlah Instalasi | 37 |
Versi Saat Ini | 1.4 |
Terakhir Diperbarui | 2020-06-06 |
Tanggal Publikasi | 2020-06-06 |
Pengembang | Medium Chrome Tool |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://chrometools.github.io/privacy/2020/07/10/medium-auto-follow-bot-privacy-policy.html |
Bahasa yang Didukung | 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" } } |