Roblox GameSort

Sorts and displays all of the highest rated games based on their thumb scores.

Roblox GameSort란 무엇입니까?

Roblox GameSort은(는) Waffle에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sorts and displays all of the highest rated games based on their thumb scores."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Roblox GameSort 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension automatically records the thumbs up and thumbs down of every game on any page you visit and sorts them according to how many ratings the game has and how good those ratings are based on a binomial proportion confidence interval. These ratings can be found sorted under the added game filter 'Highest Rated.'


2.4 - Given the addition of the official 'Top Rated' sort filter created by Roblox (which, in fact, is actually a very similar algorithm to mine) this extension is no longer useful. Individual games and profiles will still have my ratings listed, and will be updated automatically as you browse any filter of the liquid games page.


2.3 - Searched through every single game that has more than 500 visits and refreshed the default top 1000 list, adding a few significantly high-rated games that were missing
- Your games list automatically updates from the default list if it contains any new games or updated ratings

2.2 - Updated the default top 1000 list
- Further scoring algorithm enhancements

2.1 - Fixed a bug from another games page update

2.0 - Removed the old formatting script
- Updated the sorting algorithm
- Smoother page loading

1.9 - Re-implemented the old format because the games page was changed back. Both reformatting scripts run at once, the one that works will continue.

1.8 - Additional reformatting to support another games page update

1.7 - Reformatted the entire extension to fit the new games page layout
    - Games list adds new rows as you scroll
    - Ratings update automatically from oldest to newest when you browse the highest rated page
    - Top 1,000 default games list updated

1.6 - Games' individual ranks are displayed on the highest rated filter page
    - Games on peoples' profiles have their ranks displayed
    - Web crawler updated to record games from profiles, favorites, etc.
    - Top 1,000 default games list updated

1.5 - Unrated games are no longer recorded
    - All currently recorded unrated games are erased
    - Top 1,000 default games list updated

1.4 - Improved search bar efficiency
    - Added a page-input box

1.3 - Added a search bar
    - Started displaying ranks on the game's page

1.2 - Added the top 1,000 games as a default list

1.1 - First stable release:
    - Record ratings of all games on any visited page
    - Sort games based on their ratings

1.0 - Highest Rated filter on the Games page
    - Navigate through the highest rated filter's pages
    - Mouse-over window is filled with rating statistics                    

확장 프로그램 기본 정보

이름 Roblox GameSort Roblox GameSort
ID hgadkefhajleckmhebldomlhdjcpdnjp
공식 URL https://chrome.google.com/webstore/detail/roblox-gamesort/hgadkefhajleckmhebldomlhdjcpdnjp
설명 Sorts and displays all of the highest rated games based on their thumb scores.
파일 크기 87.53 KB
설치 횟수 1,000
현재 버전 2.41
최근 업데이트 2013-08-20
출시 날짜 2013-08-20
평점 2.98/5 총 50 개의 평점
개발자 Waffle
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Roblox GameSort",
    "version": "2.41",
    "manifest_version": 2,
    "description": "Sorts and displays all of the highest rated games based on their thumb scores.",
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.roblox.com\/*",
                "https:\/\/www.roblox.com\/*"
            ],
            "js": [
                "jQuery.js",
                "page.js"
            ]
        }
    ]
}