DotA 2 Build Editor Fix

Fixes various issues with the DotA 2 Build Editor webpage.

¿Qué es DotA 2 Build Editor Fix?

DotA 2 Build Editor Fix es una extensión de Chrome desarrollada por Spoon, y su función principal es "Fixes various issues with the DotA 2 Build Editor webpage.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión DotA 2 Build Editor Fix

Descarga archivos de extensión DotA 2 Build Editor Fix en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This fixes the current bugs with the official DotA 2 build editor website on www.dota2.com

UPDATE 22/01/2017: The item-build panel now shows four items per row instead of three, to better reflect the new 7.00 UI. Non-standard items like Aegis of the Immortal and Cheese can once again be added to your builds and alt-clicked - as of such, all functioning non-standard items have been re-added to the editor, and placeholder icons have been added for the 7 river vials. Additionally, there have been a few UI tweaks to make the editor look a little prettier.

UPDATE 09/05/2016: Item upgrades are now shown separately from the other items which will break your build if added. They have been left in regardless, so you can add miscellaneous notes to the web build. Also, the build editor page for Invoker is now working, special thanks to ♣Mr.Gouki♣ for reporting the issue, and no thanks to the official dev team who failed to prepare for this update.

UPDATE 02/02/2016: The item description panel is now also fixed with this extension.

UPDATE 02/04/2016: All styling errors regarding tooltips have been fixed - Gradients have been restored for Chrome users and the cooldown and mana cost of items is no longer hidden behind their respective icons. A smooth animation has been added for when you add descriptions to items. There is now a small message added to the top right of the page to confirm it was installed correctly and is enabled.

Update 26/04/2016: The editor is now fixed again after the 6.87 item update broke it.
Update 14/12/2016: Temporary functional once more, until officially repaired by the official web team.

Ordinarily, the webpage would stay as 'loading' almost all the time in the English language, and sometimes in other languages. This extension fixes that.

In practice, the only time it will fail to work is if the entire DotA 2 website is down (usually along with the Steam Community).

You can now edit your builds again!

As shown in the screenshot, it also adds all the unlisted items, so you can drag in that Level 5 Dagon, level 3 Necronomicon, or upgraded Diffusal Blade.

Disclosure:
This extension neither collects, uses nor access any private or personal data, at all. Ever.
Neither I nor my work are affiliated with the DotA 2 development team, the Steam development team or Valve.                    

Información Básica de la Extensión

Nombre DotA 2 Build Editor Fix DotA 2 Build Editor Fix
ID oojdobdhdmijopknbgkefkklhdeaegbl
URL Oficial https://chromewebstore.google.com/detail/dota-2-build-editor-fix/oojdobdhdmijopknbgkefkklhdeaegbl
Descripción Fixes various issues with the DotA 2 Build Editor webpage.
Tamaño del Archivo 184 KB
Cantidad de Instalaciones 91
Versión Actual 7.4
Última Actualización 2017-01-23
Fecha de Publicación 2017-01-22
Calificación 4.64/5 Total de 11 Calificaciones
Desarrollador Spoon
Tipo de Pago free
Sitio Web de la Extensión http://www.dota2.com/workshop/builds
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "BuildEditor.user.js"
            ],
            "matches": [
                "http:\/\/www.dota2.com\/workshop\/builds\/edit*",
                "https:\/\/www.dota2.com\/workshop\/builds\/edit*",
                "http:\/\/www.dota2.com\/workshop\/builds\/create?hero=*",
                "https:\/\/www.dota2.com\/workshop\/builds\/create?hero=*"
            ],
            "run_at": "document_end"
        }
    ],
    "converted_from_user_script": true,
    "description": "Fixes various issues with the DotA 2 Build Editor webpage.",
    "name": "DotA 2 Build Editor Fix",
    "short_name": "DotA2 Builder",
    "version": "7.4",
    "icons": {
        "16": "dota-16.png",
        "32": "dota-32.png",
        "64": "dota-64.png",
        "128": "dota-128.png"
    }
}