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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Worldly

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
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"
    }
}