url-chat

Here you can talk to other people that are seeing the same URL that you are now

Wat is url-chat?

url-chat is een Chrome-extensie ontwikkeld door willroquedev, en de belangrijkste functie is "Here you can talk to other people that are seeing the same URL that you are now".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie url-chat

Download url-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

                                            

Basisinformatie over de Extensie

Naam url-chat url-chat
ID eaigekfdkfcepdmcincfoieinhjhdlma
Officiële URL https://chromewebstore.google.com/detail/url-chat/eaigekfdkfcepdmcincfoieinhjhdlma
Beschrijving Here you can talk to other people that are seeing the same URL that you are now
Bestandsgrootte 341 KB
Aantal Installaties 113
Huidige Versie 1.0.1
Laatst Bijgewerkt 2018-02-24
Publicatiedatum 2018-02-24
Ontwikkelaar willroquedev
Betalingswijze free
Extensiewebsite https://github.com/WillRoque/url-chat
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "url-chat",
    "description": "Here you can talk to other people that are seeing the same URL that you are now",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "\/img\/chat_small.png",
        "default_popup": "\/index.html",
        "default_title": "Click to open this URL's chat"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}