stalk.io

STALK.IO chat widget. You can chat with every one who watch the same web page

ما هو stalk.io؟

stalk.io هو إضافة Chrome تم تطويرها بواسطة stalk software، والميزة الرئيسية لها هي "STALK.IO chat widget. You can chat with every one who watch the same web page".

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

screenshot

تحميل ملف CRX للإضافة stalk.io

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

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

                        With only one click, You can chat with other people who are watching the same page with you at the same time. 

Visit http://stalk.io for more details.                    

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

الاسم stalk.io stalk.io
ID kjnhjokbnogkikofagidldnohdbjofoe
عنوان URL الرسمي https://chrome.google.com/webstore/detail/stalkio/kjnhjokbnogkikofagidldnohdbjofoe
الوصف STALK.IO chat widget. You can chat with every one who watch the same web page
حجم الملف 499 KB
عدد التثبيتات 65
النسخة الحالية 1.0.2
آخر تحديث 2014-09-19
تاريخ النشر 2014-09-19
تقييم 3.00/5 مجموع تقييمات 4
المطور stalk software
نوع الدفع free
موقع الإضافة http://stalk.io
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "stalk.io",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "STALK.IO chat widget. You can chat with every one who watch the same web page",
    "icons": {
        "16": "images\/stalk_16.png",
        "48": "images\/stalk_48.png",
        "128": "images\/stalk_128.png"
    },
    "browser_action": {
        "default_icon": "images\/stalk_16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "stalk.js",
        "images\/stalk_16.png"
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}