url-chat
Here you can talk to other people that are seeing the same URL that you are now
What is url-chat?
url-chat is a Chrome extension developed by willroquedev, and its main feature is "Here you can talk to other people that are seeing the same URL that you are now".
Extension Screenshots
Download url-chat Extension CRX File
Download url-chat 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
Extension Basic Information
Name | url-chat |
ID | eaigekfdkfcepdmcincfoieinhjhdlma |
Official URL | https://chromewebstore.google.com/detail/url-chat/eaigekfdkfcepdmcincfoieinhjhdlma |
Description | Here you can talk to other people that are seeing the same URL that you are now |
File Size | 341 KB |
Installation Count | 113 |
Current Version | 1.0.1 |
Last Updated | 2018-02-24 |
Publish Date | 2018-02-24 |
Developer | willroquedev |
Payment Type | free |
Extension Website | https://github.com/WillRoque/url-chat |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "url-chat", "description": "Here you can talk to other people that are seeing the same URL that you are now", "version": "1.0.1", "browser_action": { "default_icon": "\/img\/chat_small.png", "default_popup": "\/index.html", "default_title": "Click to open this URL's chat" }, "permissions": [ "activeTab", "storage" ] } |