stalk.io
STALK.IO chat widget. You can chat with every one who watch the same web page
What is stalk.io?
stalk.io is a Chrome extension developed by stalk software, and its main feature is "STALK.IO chat widget. You can chat with every one who watch the same web page".
Extension Screenshots
Download stalk.io Extension CRX File
Download stalk.io 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
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.
Extension Basic Information
Name | |
ID | kjnhjokbnogkikofagidldnohdbjofoe |
Official URL | https://chrome.google.com/webstore/detail/stalkio/kjnhjokbnogkikofagidldnohdbjofoe |
Description | STALK.IO chat widget. You can chat with every one who watch the same web page |
File Size | 499 KB |
Installation Count | 65 |
Current Version | 1.0.2 |
Last Updated | 2014-09-19 |
Publish Date | 2014-09-19 |
Rating | 3.00/5 Total 4 Ratings |
Developer | stalk software |
Payment Type | free |
Extension Website | http://stalk.io |
Supported Languages | 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:\/\/*\/*" ] } |