stalk.io

STALK.IO chat widget. You can chat with every one who watch the same web page

Cos'è stalk.io?

stalk.io è un'estensione di Chrome sviluppata da stalk software, e la sua funzione principale è "STALK.IO chat widget. You can chat with every one who watch the same web page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione stalk.io

Scarica i file di estensione stalk.io 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

                        With only one click, You can chat with other people who are watching the same page with you at the same time. 

Visit http://stalk.io for more details.                    

Informazioni di Base sull'Estensione

Nome stalk.io stalk.io
ID kjnhjokbnogkikofagidldnohdbjofoe
URL Ufficiale https://chrome.google.com/webstore/detail/stalkio/kjnhjokbnogkikofagidldnohdbjofoe
Descrizione STALK.IO chat widget. You can chat with every one who watch the same web page
Dimensione del File 499 KB
Conteggio Installazioni 65
Versione Corrente 1.0.2
Ultimo Aggiornamento 2014-09-19
Data di Pubblicazione 2014-09-19
Valutazione 3.00/5 Totale 4 Valutazioni
Sviluppatore stalk software
Tipo di Pagamento free
Sito Web dell'Estensione http://stalk.io
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "stalk.io",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "STALK.IO chat widget. You can chat with every one who watch the same web page",
    "icons": {
        "16": "images\/stalk_16.png",
        "48": "images\/stalk_48.png",
        "128": "images\/stalk_128.png"
    },
    "browser_action": {
        "default_icon": "images\/stalk_16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "stalk.js",
        "images\/stalk_16.png"
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}