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…

Wat is Sidewalk.Chat?

Sidewalk.Chat is een Chrome-extensie ontwikkeld door sidewalk.chat, en de belangrijkste functie is "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…".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Sidewalk.Chat

Download Sidewalk.Chat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Sidewalk.Chat Sidewalk.Chat
ID denbpdkchnadclbjgpdgaclebnghkfna
Officiële URL https://chromewebstore.google.com/detail/sidewalkchat/denbpdkchnadclbjgpdgaclebnghkfna
Beschrijving 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…
Bestandsgrootte 3.52 MB
Aantal Installaties 7,959
Huidige Versie 0.8.6
Laatst Bijgewerkt 2024-02-19
Publicatiedatum 2020-07-04
Beoordeling 5.00/5 Totaal 13 Beoordelingen
Ontwikkelaar sidewalk.chat
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://sidewalk.chat/
Help Pagina-URL https://sidewalk.chat/
URL van de Privacybeleid Pagina https://sidewalk.chat/privacy-policy
Ondersteunde Talen 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"
            }
        }
    }
}