DotA 2 Build Editor Fix

Fixes various issues with the DotA 2 Build Editor webpage.

DotA 2 Build Editor Fixとは何ですか?

DotA 2 Build Editor FixはSpoonによって開発されたChromeの拡張機能で、その主な機能は「Fixes various issues with the DotA 2 Build Editor webpage.」です。

拡張機能のスクリーンショット

screenshot

DotA 2 Build Editor Fix拡張機能のCRXファイルをダウンロード

DotA 2 Build Editor Fix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 DotA 2 Build Editor Fix DotA 2 Build Editor Fix
ID oojdobdhdmijopknbgkefkklhdeaegbl
公式URL https://chromewebstore.google.com/detail/dota-2-build-editor-fix/oojdobdhdmijopknbgkefkklhdeaegbl
説明 Fixes various issues with the DotA 2 Build Editor webpage.
ファイルサイズ 184 KB
インストール数 91
現在のバージョン 7.4
最終更新日 2017-01-23
公開日 2017-01-22
評価 4.64/5 合計 11 レビュー
開発者 Spoon
支払い方法 free
拡張機能のウェブサイト http://www.dota2.com/workshop/builds
対応言語 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"
    }
}