url-chat

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

ما هو url-chat؟

url-chat هو إضافة Chrome تم تطويرها بواسطة willroquedev، والميزة الرئيسية لها هي "Here you can talk to other people that are seeing the same URL that you are now".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة url-chat

قم بتنزيل ملفات الامتداد url-chat بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم url-chat url-chat
ID eaigekfdkfcepdmcincfoieinhjhdlma
عنوان URL الرسمي https://chromewebstore.google.com/detail/url-chat/eaigekfdkfcepdmcincfoieinhjhdlma
الوصف Here you can talk to other people that are seeing the same URL that you are now
حجم الملف 341 KB
عدد التثبيتات 113
النسخة الحالية 1.0.1
آخر تحديث 2018-02-24
تاريخ النشر 2018-02-24
المطور willroquedev
نوع الدفع free
موقع الإضافة https://github.com/WillRoque/url-chat
اللغات المدعومة 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"
    ]
}