Tibia Better Bazaar
Enhances the Tibia Char Bazaar by providing several features: - Shows the true estimated value for all auction characters. -…
Tibia Better Bazaar란 무엇입니까?
Tibia Better Bazaar은(는) Bobby Vander Aarde에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhances the Tibia Char Bazaar by providing several features: - Shows the true estimated value for all auction characters. -…"입니다.
확장 프로그램 스크린샷
Tibia Better Bazaar 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Enhances the Tibia Char Bazaar by providing several features: - Shows the true estimated value for all auction characters. - Provides the character world information right on the bazaar page. - Calculates world sale statistics based on past auctions. - Allows you to input any character information and get a price prediction, so you can profit off your characters by providing an accurate minimum bid. Here's how the new world statistics are calculated: World Sales Rank: The world sales ranking is just the sheer number of completed auctions for all worlds, and where the current world resides on that list. World Success Rate: The success rate that auctions have for any given world. Success is defined as an auction that gets at least 1 bid and so it is successfully sold.
확장 프로그램 기본 정보
이름 | Tibia Better Bazaar |
ID | adglpppipebancopdmknboignainbkeg |
공식 URL | https://chromewebstore.google.com/detail/tibia-better-bazaar/adglpppipebancopdmknboignainbkeg |
설명 | Enhances the Tibia Char Bazaar by providing several features: - Shows the true estimated value for all auction characters. -… |
파일 크기 | 45.94 KB |
설치 횟수 | 158 |
현재 버전 | 1.4 |
최근 업데이트 | 2020-09-29 |
출시 날짜 | 2020-09-29 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | Bobby Vander Aarde |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tibia Better Bazaar", "version": "1.4", "content_scripts": [ { "matches": [ "https:\/\/www.tibia.com\/charactertrade\/*" ], "js": [ "jquery-3.5.1.min.js", "global_auctions.js" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "icons\/icon_12.png", "world_sales.txt", "search_box_2.html", "notification_box.html" ], "permissions": [ "storage" ], "icons": { "12": "icons\/icon_12.png", "32": "icons\/icon_32.png", "64": "icons\/icon_64.png", "128": "icons\/icon_128.png" } } |