Extented ESO Forum

Simple plugin to extend the ESO forum.

Extented ESO Forum क्या है?

Extented ESO Forum zskullfox द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple plugin to extend the ESO forum."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Extented ESO Forum एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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