Extented ESO Forum

Simple plugin to extend the ESO forum.

Qu'est-ce que Extented ESO Forum ?

Extented ESO Forum est une extension Chrome développée par zskullfox, et sa fonction principale est "Simple plugin to extend the ESO forum.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Extented ESO Forum

Téléchargez les fichiers d'extension Extented ESO Forum au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Extented ESO Forum Extented ESO Forum
ID nkbgandjpcgmdjkdokndjnhpimplpffc
URL Officiel https://chromewebstore.google.com/detail/extented-eso-forum/nkbgandjpcgmdjkdokndjnhpimplpffc
Description Simple plugin to extend the ESO forum.
Taille du Fichier 74.33 KB
Nombre d'Installations 11
Version Actuelle 0.1.3
Dernière Mise à Jour 2017-08-14
Date de Publication 2017-08-14
Évaluation 5.00/5 Total 2 Évaluations
Développeur zskullfox
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}