url-chat
Here you can talk to other people that are seeing the same URL that you are now
Apa itu url-chat?
url-chat adalah ekstensi Chrome yang dikembangkan oleh willroquedev, dan fitur utamanya adalah "Here you can talk to other people that are seeing the same URL that you are now".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi url-chat
Unduh file ekstensi url-chat dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | url-chat |
ID | eaigekfdkfcepdmcincfoieinhjhdlma |
URL Resmi | https://chromewebstore.google.com/detail/url-chat/eaigekfdkfcepdmcincfoieinhjhdlma |
Deskripsi | Here you can talk to other people that are seeing the same URL that you are now |
Ukuran File | 341 KB |
Jumlah Instalasi | 113 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2018-02-24 |
Tanggal Publikasi | 2018-02-24 |
Pengembang | willroquedev |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/WillRoque/url-chat |
Bahasa yang Didukung | 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" ] } |