Swarmouts

Shows friends' Swarm locations in Hangouts

What is Swarmouts?

Swarmouts is a Chrome extension developed by kushaldave, and its main feature is "Shows friends' Swarm locations in Hangouts".

Extension Screenshots

screenshot

Download Swarmouts Extension CRX File

Download Swarmouts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Swarmouts shows where your friends are checked in on Swarm in your Hangouts buddylist.                    

Extension Basic Information

Name Swarmouts Swarmouts
ID dinaaolejihgdpmhooogapjcepadkmho
Official URL https://chrome.google.com/webstore/detail/swarmouts/dinaaolejihgdpmhooogapjcepadkmho
Description Shows friends' Swarm locations in Hangouts
File Size 10.53 KB
Installation Count 33
Current Version 0.0.0.9
Last Updated 2016-03-14
Publish Date 2016-03-14
Rating 4.00/5 Total 3 Ratings
Developer kushaldave
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Swarmouts",
    "version": "0.0.0.9",
    "description": "Shows friends' Swarm locations in Hangouts",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/talkgadget.google.com\/u\/*\/talkgadget\/_\/frame*",
                "https:\/\/hangouts.google.com\/webchat\/u\/*\/frame*"
            ],
            "js": [
                "content_script.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "identity"
    ],
    "icons": {
        "128": "swarmouts.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1R1yPlwEzv1L8mvbuKXL1ztfKSEypz1V17zWxY4uvDd5Uu8cipIgc1hZ9lX\/Sf1G38l1TWb04lOAYX7Wnq5YSEKtG2AR1T2NHSizoIYcdHpCNctpf6o2dcEbJx1PAkstkx1iBsLWdQ00bb3m8r2B1tDdYLKj119c94nh8NrPAH73XsxTKuEF683AZa1MDK7iptqTEW4dSNSERcQa+JrhRPg\/74lCyGMUw3F5V7Az9BgMHvUgRFAm2sqkAYTZdbec77K8p6Em9fVF+KlibMSMD9buZt\/D86D8qIIje6NSfFXNnk12UuCPHHZSgjCkx3rDGvMG+7w6na6Qz5YTOAxpnQIDAQAB"
}