External Remover

Remove Externals from WCL Page

External Remover란 무엇입니까?

External Remover은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remove Externals from WCL Page"입니다.

확장 프로그램 스크린샷

screenshot

External Remover 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
            ]
        }
    ]
}