DotA 2 Build Editor Fix

Fixes various issues with the DotA 2 Build Editor webpage.

Co to jest DotA 2 Build Editor Fix?

DotA 2 Build Editor Fix to rozszerzenie Chrome opracowane przez Spoon, a jego główną funkcją jest „Fixes various issues with the DotA 2 Build Editor webpage.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia DotA 2 Build Editor Fix

Pobierz pliki rozszerzeń DotA 2 Build Editor Fix w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa DotA 2 Build Editor Fix DotA 2 Build Editor Fix
ID oojdobdhdmijopknbgkefkklhdeaegbl
Oficjalny URL https://chromewebstore.google.com/detail/dota-2-build-editor-fix/oojdobdhdmijopknbgkefkklhdeaegbl
Opis Fixes various issues with the DotA 2 Build Editor webpage.
Rozmiar pliku 184 KB
Liczba instalacji 91
Aktualna Wersja 7.4
Ostatnia Aktualizacja 2017-01-23
Data Publikacji 2017-01-22
Ocena 4.64/5 Łącznie 11 Oceny
Deweloper Spoon
Typ Płatności free
Strona Rozszerzenia http://www.dota2.com/workshop/builds
Obsługiwane Języki 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"
    }
}