Swarmouts
Shows friends' Swarm locations in Hangouts
Cos'è Swarmouts?
Swarmouts è un'estensione di Chrome sviluppata da kushaldave, e la sua funzione principale è "Shows friends' Swarm locations in Hangouts".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Swarmouts
Scarica i file di estensione Swarmouts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Swarmouts shows where your friends are checked in on Swarm in your Hangouts buddylist.
Informazioni di Base sull'Estensione
Nome | |
ID | dinaaolejihgdpmhooogapjcepadkmho |
URL Ufficiale | https://chrome.google.com/webstore/detail/swarmouts/dinaaolejihgdpmhooogapjcepadkmho |
Descrizione | Shows friends' Swarm locations in Hangouts |
Dimensione del File | 10.53 KB |
Conteggio Installazioni | 33 |
Versione Corrente | 0.0.0.9 |
Ultimo Aggiornamento | 2016-03-14 |
Data di Pubblicazione | 2016-03-14 |
Valutazione | 4.00/5 Totale 3 Valutazioni |
Sviluppatore | kushaldave |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |