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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sidewalk.Chat एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            }
        }
    }
}