Sidewalk.Chat
Ever wonder what other people are thinking looking at the same web page as you? Now you can find out! Chat with people on the…
O que é Sidewalk.Chat?
Sidewalk.Chat é uma extensão do Chrome desenvolvida por sidewalk.chat, e sua principal característica é "Ever wonder what other people are thinking looking at the same web page as you? Now you can find out! Chat with people on the…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Sidewalk.Chat
Baixe arquivos de extensão Sidewalk.Chat no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Ever wonder what other people are thinking looking at the same web page as you? Now you can find out! Chat with people on the same website anonymously. You can find people specifically looking at the same page as you, or just talk to everyone looking at the same website as a whole. Find friends on the web in a whole new way! This app is currently in early stages of development. Please stay tuned for more features and stability updates! **** Latest as of version 0.8 **** Huge UI and logic rewrite! This is the first step toward our v1! *********************************
Informações Básicas da Extensão
Nome | Sidewalk.Chat |
ID | denbpdkchnadclbjgpdgaclebnghkfna |
URL Oficial | https://chromewebstore.google.com/detail/sidewalkchat/denbpdkchnadclbjgpdgaclebnghkfna |
Descrição | Ever wonder what other people are thinking looking at the same web page as you? Now you can find out! Chat with people on the… |
Tamanho do Arquivo | 3.52 MB |
Contagem de Instalações | 7,959 |
Versão Atual | 0.8.6 |
Última Atualização | 2024-02-19 |
Data de Publicação | 2020-07-04 |
Classificação | 5.00/5 Total de 13 Avaliações |
Desenvolvedor | sidewalk.chat |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://sidewalk.chat/ |
URL da Página de Ajuda | https://sidewalk.chat/ |
URL da Página de Política de Privacidade | https://sidewalk.chat/privacy-policy |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sidewalk.Chat", "version": "0.8.6", "manifest_version": 3, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "assets\/css\/inPageStyles.css" ], "js": [ "onPageAlert.js" ] } ], "permissions": [ "activeTab", "storage", "alarms", "tabs" ], "action": { "default_popup": "views\/popup.html", "default_icon": { "16": "assets\/img\/sidewalkchatArtboard116.png", "32": "assets\/img\/sidewalkchatArtboard132.png", "48": "assets\/img\/sidewalkchatArtboard164.png", "128": "assets\/img\/sidewalkchatArtboard1128.png" } }, "options_page": "views\/settings.html", "icons": { "16": "assets\/img\/sidewalkchatArtboard116.png", "32": "assets\/img\/sidewalkchatArtboard132.png", "48": "assets\/img\/sidewalkchatArtboard164.png", "128": "assets\/img\/sidewalkchatArtboard1128.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+S" } } } } |