whos.amung.us Users Online Counter

Shows how many people are currently on your website in accordance with the whos.amung.us widget use.

ما هو whos.amung.us Users Online Counter؟

whos.amung.us Users Online Counter هو إضافة Chrome تم تطويرها بواسطة https://whos.amung.us، والميزة الرئيسية لها هي "Shows how many people are currently on your website in accordance with the whos.amung.us widget use.".

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

screenshot

تحميل ملف CRX للإضافة whos.amung.us Users Online Counter

قم بتنزيل ملفات الامتداد whos.amung.us Users Online Counter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Enables whos.amung.us users to instantly see how many people are currently on their website or blog right in Google Chrome. You can monitor up to 15 different sitekeys. Click the icon for more details and easily visit your stats pages.                    

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

الاسم whos.amung.us Users Online Counter whos.amung.us Users Online Counter
ID jkcbiekaonbmiomkbhhfdpllnjgicble
عنوان URL الرسمي https://chromewebstore.google.com/detail/whosamungus-users-online/jkcbiekaonbmiomkbhhfdpllnjgicble
الوصف Shows how many people are currently on your website in accordance with the whos.amung.us widget use.
حجم الملف 48.99 KB
عدد التثبيتات 2,644
النسخة الحالية 3.0
آخر تحديث 2022-10-29
تاريخ النشر 2013-01-20
تقييم 4.42/5 مجموع تقييمات 96
المطور https://whos.amung.us
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "whos.amung.us Users Online Counter",
    "version": "3.0",
    "manifest_version": 2,
    "description": "Shows how many people are currently on your website in accordance with the whos.amung.us widget use.",
    "browser_action": {
        "default_icon": "icon_off.png",
        "default_popup": "popup.html",
        "default_title": "whos.amung.us"
    },
    "permissions": [
        "https:\/\/whos.amung.us\/"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon_128.png"
    }
}