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 là gì?

Sidewalk.Chat là một tiện ích mở rộng Chrome được phát triển bởi sidewalk.chat, và tính năng chính của nó là "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…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sidewalk.Chat

Tải xuống các tệp mở rộng Sidewalk.Chat dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sidewalk.Chat Sidewalk.Chat
ID denbpdkchnadclbjgpdgaclebnghkfna
URL Chính Thức https://chromewebstore.google.com/detail/sidewalkchat/denbpdkchnadclbjgpdgaclebnghkfna
Mô tả 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…
Kích Thước Tệp 3.52 MB
Số Lần Cài Đặt 7,959
Phiên Bản Hiện Tại 0.8.6
Cập Nhật Lần Cuối 2024-02-19
Ngày Phát Hành 2020-07-04
Đánh Giá 5.00/5 Tổng số 13 Đánh Giá
Nhà Phát Triển sidewalk.chat
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sidewalk.chat/
URL Trang Trợ Giúp https://sidewalk.chat/
URL Trang Chính Sách Bảo Mật https://sidewalk.chat/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
            }
        }
    }
}