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