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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    }
}