Extented ESO Forum

Simple plugin to extend the ESO forum.

Τι είναι το Extented ESO Forum;

Το Extented ESO Forum είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον zskullfox, και η κύρια λειτουργία του είναι "Simple plugin to extend the ESO forum.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Extented ESO Forum

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

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

                        This plugin extend the Elder Scrolls Online Forum.
It removes the oversized header and add a bar for the live serverstatus.
It also adds endless scrolling in the discussions and a "Hide nerf threads" option.                    

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

Όνομα Extented ESO Forum Extented ESO Forum
ID nkbgandjpcgmdjkdokndjnhpimplpffc
Επίσημο URL https://chromewebstore.google.com/detail/extented-eso-forum/nkbgandjpcgmdjkdokndjnhpimplpffc
Περιγραφή Simple plugin to extend the ESO forum.
Μέγεθος Αρχείου 74.33 KB
Αριθμός Εγκαταστάσεων 11
Τρέχουσα Έκδοση 0.1.3
Τελευταία Ενημέρωση 2017-08-14
Ημερομηνία Δημοσίευσης 2017-08-14
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής zskullfox
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Extented ESO Forum",
    "version": "0.1.3",
    "description": "Simple plugin to extend the ESO forum.",
    "homepage_url": "https:\/\/github.com\/Skullfox\/extented-eso-forum",
    "web_accessible_resources": [
        "jquery.min.js",
        "content.js",
        "css\/*.css"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon\/48.png",
        "default_popup": "options.html",
        "default_title": "Extended Eso Forum"
    },
    "content_scripts": [
        {
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/forums.elderscrollsonline.com\/*",
                "http:\/\/www.elderscrollsonline.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon\/128.png",
        "16": "icon\/16.png",
        "48": "icon\/48.png"
    },
    "permissions": [
        "https:\/\/live-services.elderscrollsonline.com\/status\/realms",
        "storage"
    ]
}