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…

什么是Sidewalk.Chat?

Sidewalk.Chat是由sidewalk.chat开发的Chrome扩展程序,该扩展的主要功能是“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…”。

扩展截图

screenshot
screenshot
screenshot

下载Sidewalk.Chat扩展crx文件

下载Sidewalk.Chat扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!
*********************************                    

扩展基本信息

名称 Sidewalk.Chat Sidewalk.Chat
ID denbpdkchnadclbjgpdgaclebnghkfna
官方URL https://chromewebstore.google.com/detail/sidewalkchat/denbpdkchnadclbjgpdgaclebnghkfna
简介 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…
文件大小 3.52 MB
安装次数 7,959
当前版本 0.8.6
更新时间 2024-02-19
上架时间 2020-07-04
评分 5.00/5 共13次评分
开发者 sidewalk.chat
电子邮箱 [email protected]
付费类型 free
扩展官网 https://sidewalk.chat/
帮助页面URL https://sidewalk.chat/
隐私政策页面URL https://sidewalk.chat/privacy-policy
支持的语言 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"
            }
        }
    }
}