Worldly

An extension to allow you to travel the world from the comfort of your home.

Vad är Worldly?

Worldly är en Chrome-tillägg utvecklad av Medium Chrome Tool, och dess huvudfunktion är "An extension to allow you to travel the world from the comfort of your home.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Worldly-förlängningens CRX-fil

Ladda ner Worldly-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Worldly Worldly
ID oojedamaneknbpchmbfmocenebeahobl
Officiell webbadress https://chromewebstore.google.com/detail/worldly/oojedamaneknbpchmbfmocenebeahobl
Beskrivning An extension to allow you to travel the world from the comfort of your home.
Filstorlek 148 KB
Antal Installationer 37
Aktuell Version 1.4
Senast Uppdaterad 2020-06-06
Publiceringsdatum 2020-06-06
Utvecklare Medium Chrome Tool
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://chrometools.github.io/privacy/2020/07/10/medium-auto-follow-bot-privacy-policy.html
Stödda Språk 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"
    }
}