Worldly
An extension to allow you to travel the world from the comfort of your home.
ما هو Worldly؟
Worldly هو إضافة Chrome تم تطويرها بواسطة Medium Chrome Tool، والميزة الرئيسية لها هي "An extension to allow you to travel the world from the comfort of your home.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Worldly
قم بتنزيل ملفات الامتداد Worldly بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | 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" } } |