Meet The World

Save the location of your favorite Instagram pictures and visualize them in a map.

Meet The World क्या है?

Meet The World judsirera द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save the location of your favorite Instagram pictures and visualize them in a map."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Meet The World एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Meet The World is an app for saving the location of your favorite Instagram pictures. Then, they are displayed on a map, allowing the user to navigate through. Save your spots with the google chrome extension and visualize it them on the website                    

एक्सटेंशन की मूल जानकारी

नाम Meet The World Meet The World
ID dnjacdhjmipmijabeoocdgaglpbkbkpp
आधिकारिक URL https://chrome.google.com/webstore/detail/meet-the-world/dnjacdhjmipmijabeoocdgaglpbkbkpp
विवरण Save the location of your favorite Instagram pictures and visualize them in a map.
फ़ाइल का आकार 251 KB
स्थापना संख्या 15
वर्तमान संस्करण 1.0.8
अंतिम अपडेट 2018-04-07
प्रकाशन तिथि 2018-04-07
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर judsirera
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://judithsirera.com/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meet The World",
    "short_name": "meettheworld",
    "version": "1.0.8",
    "manifest_version": 2,
    "description": "Save the location of your favorite Instagram pictures and visualize them in a map.",
    "homepage_url": "http:\/\/meettheworld.judithsirera.com\/",
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon_19.png",
        "default_title": "InstaTravel",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "chrome:\/\/favicon\/",
        "contentSettings",
        "tabs",
        "cookies",
        "webRequest",
        "*:\/\/*.instagram.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "js\/jquery\/jquery.js",
                "js\/htmlElements.js",
                "js\/firebase.js",
                "js\/firebaseManager.js",
                "js\/instagramManager.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}