url-chat
Here you can talk to other people that are seeing the same URL that you are now
Cos'è url-chat?
url-chat è un'estensione di Chrome sviluppata da willroquedev, e la sua funzione principale è "Here you can talk to other people that are seeing the same URL that you are now".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione url-chat
Scarica i file di estensione url-chat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | eaigekfdkfcepdmcincfoieinhjhdlma |
| URL Ufficiale | https://chromewebstore.google.com/detail/url-chat/eaigekfdkfcepdmcincfoieinhjhdlma |
| Descrizione | Here you can talk to other people that are seeing the same URL that you are now |
| Dimensione del File | 341 KB |
| Conteggio Installazioni | 113 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2018-02-24 |
| Data di Pubblicazione | 2018-02-24 |
| Sviluppatore | willroquedev |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/WillRoque/url-chat |
| Lingue Supportate | 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"
]
} | |