Spigot Author Stats

Displays information about Spigot authors resource statistics on their resource- and profile page.

Τι είναι το Spigot Author Stats;

Το Spigot Author Stats είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Benz56, και η κύρια λειτουργία του είναι "Displays information about Spigot authors resource statistics on their resource- and profile page.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Spigot Author Stats

Λήψη αρχείων επέκτασης Spigot Author Stats σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Displays information about Spigot authors resource statistics on their resource- and profile page.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Spigot Author Stats Spigot Author Stats
ID ipjmecaiijpdikfimojkpionccpkcged
Επίσημο URL https://chromewebstore.google.com/detail/spigot-author-stats/ipjmecaiijpdikfimojkpionccpkcged
Περιγραφή Displays information about Spigot authors resource statistics on their resource- and profile page.
Μέγεθος Αρχείου 19.87 KB
Αριθμός Εγκαταστάσεων 109
Τρέχουσα Έκδοση 1.4.2
Τελευταία Ενημέρωση 2019-05-17
Ημερομηνία Δημοσίευσης 2019-05-17
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Benz56
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spigot Author Stats",
    "version": "1.4.2",
    "description": "Displays information about Spigot authors resource statistics on their resource- and profile page.",
    "permissions": [
        "https:\/\/www.spigotmc.org\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.spigotmc.org\/resources\/authors\/*\/",
                "https:\/\/www.spigotmc.org\/resources\/authors\/*\/*",
                "https:\/\/www.spigotmc.org\/members\/*\/"
            ],
            "js": [
                "table.js",
                "logic.js",
                "stars.js",
                "authorstats.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2
}