External Remover

Remove Externals from WCL Page

什麼是External Remover?

External Remover是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Remove Externals from WCL Page”。

擴展截圖

screenshot

下載External Remover擴展crx文件

下載External Remover擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension allows a user to remove all rows on a Warcraft Logs leaderboard page that contain a non-zero count of external buffs in the buffs column (such as https://www.warcraftlogs.com/zone/rankings/28). When you are on a leaderboard page that contains this column, you can click "\" (backslash), and this will remove all of those rows with non-zero external buffs and renumber the leftovers. This allows players to compare base class performance values without the extra fluff data points. 

The data can persist from page to page, so if the numbering you are interested in is multiple pages in on a specific leaderboard, you can start on page 1 of the leaderboard, use backslash, go to the next page, use backslash, and continue until you get to the page of interest. This will allow the user to continue the numbering scheme of non-external buffed rankings. If you go backward, the numbering will reset, allowing you to see the ordering on that specific page alone.

As the feature to filter out these results does not currently exist on this site, this helps a user have more flexibility in what they are looking for on a given page.                    

擴展基本資訊

名稱 External Remover External Remover
ID ljbijnfoanpelpooaekjelcknbiheocd
官方網址 https://chromewebstore.google.com/detail/external-remover/ljbijnfoanpelpooaekjelcknbiheocd
簡介 Remove Externals from WCL Page
檔案大小 4.9 KB
安裝次數 102
目前版本 1.0
更新時間 2022-01-09
上架時間 2022-01-08
評分 5.00/5 共 1 次評分
開發者 Unknown
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "External Remover",
    "description": "Remove Externals from WCL Page",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.warcraftlogs.com\/*"
            ],
            "js": [
                ".\/content_script.js"
            ]
        }
    ]
}